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
Deepika S R
Run
c = circle(r=120,fill=color(r=255,g=255,b=0),stroke="none") show(c) c = circle(x=0,y=122,r=5,fill=color(r=255,g=0,b=0),stroke="none")|repeat(36*2,rotate(5)) show(c) p1=point(x=25,y=70) p2=point(x=-25,y=70) p3=point(x=0,y=110) p4=point(x=0,y=30) s = polygon([p1,p4,p2,p3],fill=color(r=255,g=255,b=255),stroke="purple",stroke_width=3) | repeat(8,rotate(45)) show(s) c=circle(r=60,fill=color(r=255,g=255,b=0),stroke="none") show(c) c = circle(x=0,y=59,r=5,fill=color(r=255,g=0,b=0),stroke="none")|repeat(36*2,rotate(10)) show(c) c = circle(x=0,y=59,r=2,fill=color(r=255,g=215,b=0),stroke="none")|repeat(36*2,rotate(10)) show(c) shape = ellipse(w=100,h=50,fill=color(r=255,g=145,b=0),stroke="green",stroke_width=2)| repeat(6, rotate(60)) show(shape) c=circle(r=35,fill=color(r=255,g=255,b=0),stroke="green",stroke_width=2) show(c) c=circle(x=0,y=30,r=2,fill=color(r=255,g=20,b=147),stroke="none")|repeat(36,rotate(10)) show(c) c=circle(x=0,y=15,r=2,fill=color(r=255,g=20,b=147),stroke="none")|repeat(18,rotate(20)) show(c) c = circle(r=10,fill="red",stroke="none") show(c) c = circle(r=5,fill="white",stroke="none") show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login