Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
0
New Sketch
By
Mohamed Athfan D
Run
c1 = circle(r=150, fill="#AA1428") show(c1) c2 = circle(r=120, fill="#FFFFFF") show(c2) c3 = circle(r=90, fill="#AA1428") show(c3) c4 = circle(r=60, fill="#000042") show(c4) z1 = point(x=0, y=60) z2 = point(x=-24, y=25) z3 = point(x=-55, y=23) z4 = point(x=-35, y=-8) z5 = point(x=-45, y=-39) z6 = point(x=0, y=-25) z7 = point(x=45, y=-39) z8 = point(x=35, y=-8) z9 = point(x=55, y=23) z10 = point(x=24, y=25) shape = polygon([z1, z2, z3, z4, z5, z6, z7, z8, z9, z10], fill="#FFFFFF") show(shape)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login