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
AVANI S
Run
c = circle(fill="green") c1 = circle(r=50,fill="orange") e = ellipse(x=-50,y=0,w=100,h=25,fill="red") |repeat(120,rotate(20)) e1 = ellipse(x=0,y=50,w=25,h=100,fill="yellow") |repeat(120,rotate(20)) r=rectangle(w=70,h=70,fill="violet")|repeat(18, rotate(60)) c2 = circle(r=35,fill="yellow") c3 = circle(r=25,fill="green") e2 = ellipse(x=0,y=12.5,w=10,h=25,fill="red")|repeat(120,rotate(20)) c4 = circle(x=112.5, y=0, r=12.5,fill="orange")|repeat(36,rotate(20)) c5 = circle(x=0, y=112.5, r=12.5,fill="violet")|repeat(19,rotate(20)) show(c,e,e1,c1,r,c2,c3,e2,c4,c5)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login