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
Ayisha Shemine
Run
c = circle(r=18,fill='orange') show(c) e=ellipse(h=130,w=30,fill='yellow')|repeat(20,rotate(30)) show(e,c) e1=ellipse(h=160,w=50,fill='#800020')|repeat(50,rotate(25)) show(e1,e,c) rectangle=rectangle(h=160,w=180,fill='#DC143C')|repeat(12,rotate(60)) show(rectangle,e1,e,c) e3=ellipse(h=260,w=90,fill='#FFC0CB')|repeat(55,rotate(40)) show(e3,rectangle,e1,e,c) e4=ellipse(h=290,w=90,fill='#FF8000')|repeat(55,rotate(35)) show(e4,e3,rectangle,e1,e,c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login