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
Farzana
Run
c = circle() l4_outer_circle = circle(r=100, fill="pink") l4_inner_circle = circle(r=80, fill="yellow", stroke="none") c1 = circle(x=-50, y=0, r=50) c2 = circle(x=50, y=0, r=50) c3 = circle(x=0, y=50, r=50) c4 = circle(x=0, y=-50, r=50) show(l4_outer_circle,l4_inner_circle) show(c1, c2,c3, c4) center = circle(x=-0, y=0, r=20,fill="red") show(center) show(c)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login