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
1
belated_onam!
By
Liya sosa
Run
c = circle(r=150,fill='green') c1=c|scale(0.5) show(c,c1) c2=rectangle(w=210,h=210 ,fill='yellow',stroke='none')|repeat(100,rotate(5)) show(c2) c5=rectangle(w=193,h=193,fill='red',stroke='none')|rotate(18)|repeat(50,rotate(15)) show(c5) c4=rectangle(w=173,h=173,fill='darkgreen',stroke='none')|rotate(9)|repeat(12,rotate(18)) show(c4) c3=rectangle(w=152,h=152,fill='gold')|repeat(100,rotate(5)) show(c3) c6=ellipse(w=190,h=25,fill='red',stroke='darkgreen')|repeat(70,rotate(5)) show(c6) c8=ellipse(w=100,h=10,fill='yellow',stroke='none')|repeat(30,rotate(6)) show(c8) c9=circle(r=20,fill='olive') show(c9) s=ellipse(w=40,h=10,fill='orangered',stroke='black')|repeat(15,rotate(40)) show(s) w=circle(r=5,fill='pink') show(w)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login