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
Dennis saji
Run
c1 = circle(r=140,stroke="none",fill= "yellow") s1 = color(r=125,g=200,b=125,a=0.999) c2 = circle(r=120,stroke = "none",fill=s1) c3 = ellipse(w=280,h=50,stroke = "none",fill = "red")|repeat(3,rotate(60)) c5 = ellipse(w=280,h=50,stroke = "none",fill = "blue")|repeat(8,rotate(30)) c4 = c1+c2+c5+c3+c2 show(c4) c10 = circle(r=100,stroke = "none",fill="pink") c6 = ellipse(w=200,h=50,stroke = "none",fill = "orange")|repeat(3,rotate(60)) c7 = ellipse(w=200,h=50,stroke = "none",fill = "green")|repeat(8,rotate(30)) c9=c7+c6 show(c10) show(c9) c21 = ellipse(w=100,h=30,stroke = "none",fill = "blue")|repeat(3,rotate(60)) c22 = ellipse(w=100,h=30,stroke = "none",fill = "brown")|repeat(8,rotate(30)) c23=c22+c21 c24= circle(r=50,stroke= "none",fill = "white") show(c24) show(c23) c25 = ellipse(w=50,h=15,stroke = "none",fill = "red")|repeat(3,rotate(60)) c26 = ellipse(w=50,h=15,stroke = "none",fill = "black")|repeat(8,rotate(30)) c27=c26+c25 c30=circle(r=25,stroke="none",fill="grey") show(c30) show(c27)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login