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
1
random circle
By
Anand Chitipothu
Run
# You get a circle of different color every time you run this program def random_color(): r = random(255) g = random(255) b = random(255) return color(r=r, b=b, g=g) c = circle(stroke_width=10, stroke=random_color()) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login