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
Yamini rayini
Run
def rings(x,y,w,h): e=ellipse(x=x,y=y,w=w,h=h)+circle(x=x,y=y,r=w) e1=e | repeat(360,rotate(2)) return (e1) e2=rings(x=100,y=100,w=10,h=5) e3=rings(x=75,y=75,w=20,h=10) c=circle(25,25,10) c1= c | repeat (80,rotate(20)) c2=c1 | scale(2) show (e2,e3,c2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login