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
Aiswarya S
Run
x, y = 0, 0 r = 130 for i in range(10): c = circle(x, y, r,fill="brown") show(c) i = x + 2 c1 = circle(r=100 ,fill="orange") c2 = circle (r=75 ,fill="yellow") c3 = circle (r=50,fill="green") c4 = circle (r=40,fill="red") c5 = circle (r= 30,fill ="pink") c6 = circle (r = 20 ,fill = "violet") show(c1,c2,c3,c4,c5,c6) s1 = ellipse(w=150,h=100,) s2 = ellipse(w=200,h=150) s3 = ellipse(w=150,h=200) s4 = ellipse(w=100,h=150) show (s1,s2,s3,s4) z = line() show(z)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login