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
Circles
By
Harsha Anand P P
Run
x, y = 75,0 r= 75 for i in range(20): c = circle(x=x, y=y, r=r, fill= "#ffff31" ) c1 = circle(x=-x, y=y, r=r, fill="#ffff31") c2 = c | rotate(90) c3 = c2 | rotate(180) show(c, c1, c2, c3 ) x = x - 5 r = r - 5
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login