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
rsk 2nd sketch
By
Rishikesh T P
Run
r=rectangle(w=300,h=300,fill="red",stroke="none") show(r) n = 12 width = 300 d = width/n r = d/2 left = -width/2 x = left + r for i in range(n): c = circle(x=x, y=0, r=r)|repeat(96,rotate(3.25)) x = x + d show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login