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
Gayatri
This sketch was created using an old version of the library.
Run
import random def random_circle(): x = random.randint(1, 300) y = random.randint(1, 300) d = random.randint(1, 100) circle(x, y, d) for i in range(10): random_circle()
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login