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