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
Flower for Varsha
By
Anand Chitipothu
This sketch was created using an old version of the library.
Run
def donut(x, y, d): circle(x, y, d) circle(x, y, d/2) x = 150 y = 150 d = 50 donut(x-d/2, y-d/2, d) donut(x+d/2, y-d/2, d) donut(x-d/2, y+d/2, d) donut(x+d/2, y+d/2, d) circle(x, y, d/3) line(x, y, x, y+2*d)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login