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
ANN MOL
Run
c = circle(r=150,fill="orange ",stroke="none") show(c) s=rectangle(w=200,h=200,fill="yellow ",stroke="none") | repeat(9,rotate(10)) show(s) s3=rectangle(w=190,h=190,fill="orange ",stroke="none") | repeat(9,rotate(10)) show(s3) s4=rectangle(w=180,h=180,fill="yellow",stroke="none") | repeat(9,rotate(10)) show(s4) s5=rectangle(w=170,h=170,fill="orange ",stroke="none") | repeat(9,rotate(10)) show(s5) s6=circle(r=110,fill="yellow ") show(s6) s1=circle(r=100,fill="orange") show(s1) c1=circle(x=50,y=50,r=25,fill="white",stroke="none") | repeat(12,rotate(30)) show(c1) e2=circle(x=50,y=50,r=20,fill="#cc7722",stroke="none") | repeat(12,rotate(30)) show(e2) s2=circle(r=50,fill="orange") show(s2) r1=rectangle(w=100,h=100,stroke="none",fill="white") | repeat(9,rotate(10)) show(r1) e1=circle(r=50,fill="yellow",stroke="none") show(e1) c2=circle(r=25,fill="green",stroke="none") show(c2) c3=circle(r=10,fill="black") show(c3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login