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) e1=e | repeat (60,rotate(10)) return e1 s1=rings(x=50,y=0,w=20,h=10) s2=rings(100,0,10,20) s3=rings(130,0,20,10) show(s1,s2,s3)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login