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
Archery
By
Gayatri
Run
def circles(x, y,r): c = circle(x=x, y=y, r=r) return c c = circle(r=100,fill="white") c1 = circle(r=80,fill="black") c2 = circle(r=60,fill="blue") c3 = circle(r=40,fill="red") c4 = circle(r=20,fill="yellow") r=rectangle(w=300,h=300,x=0,y=0,fill="white") show(r,c,c1,c2,c3,c4)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login