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
sample
By
Joyal Francis T J
Run
c = circle(r=50,fill="red") r = rectangle(w=100,h=100, fill="orange")|repeat(5,rotate(60)) r2= rectangle(w=50,h=50,fill="green")|repeat(5,rotate(60)) c2= circle(r=25,fill="white") r3= rectangle(w=25,h=25,fill="yellow")|repeat(5,rotate(60)) c3= circle(r=12.5,fill="brown") r4= rectangle(w=12.5,h=12.5,fill="orange")|repeat(5,rotate(60)) c4=circle(r=6.25,fill="cyan") c5=circle(r=3,fill="red") mc=circle(r=72,fill="purple") com= mc+r+c+r2+c2+r3+c3+r4+c4+c5 show(com)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login