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
Pookalam
By
Sahil Pillai
Run
c1 = circle(r=100,fill="brown",stroke='brown') show(c1) r1 = rectangle(w=150,h=110,fill="yellow",stroke='yellow')|repeat(6,rotate(30)) show(r1) c2 = circle(r=80,fill="green",stroke='yellow') show(c2) e = ellipse(w=110,h=50,x=20,y=0,fill="orange",stroke='orange')| repeat(13,rotate(30)) show(e) r2 = rectangle(w=40,h=110,fill="purple",stroke='purple')|repeat(20,rotate(40)) show(r2) c3 = circle(r=45,fill="pink",stroke='purple') show(c3) e = ellipse(w=50,h=8,x=20,y=0,fill="red",stroke='none')| repeat(9,rotate(80)) show(e)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login