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
Amay Varghese
Run
cBase = circle(r=200, fill = "#241115") show(cBase) def turtPet(): c1 = circle(r=51,stroke="black",fill="red") show(c1) c2 = circle(r=40,fill="orange") show(c2) c3 = circle(r=30,fill="yellow") show(c3) c4 = circle(r=20,fill="green") show(c4) c5 = circle(r=10,fill="white") show(c5) cPoo = turtPet() show(cPoo) def cirFlow(): for i in range(12): cPoo = turtPet(x = 0, y = -75)|rotate(30) show(cPoo)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login