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
:)
By
Supriya sajeevan
Run
x1,y1=-120,0 r=50 x2,y2=-120,100 r=50 x3,y3=-120,-100 r=50 for i in range(25): c1=circle(x1,y1,r,stroke="red",stroke_width=2) c2=circle(x2,y2,r,stroke="yellow",stroke_width=2) c3=circle(x3,y3,r,stoke="blue",stroke_width=2) show(c1,c2,c3) x1=x1+10 x2=x2+10 x3=x3+10
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login