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
Dummy2
By
Viswanatha Kartha V
Run
for i in range(1,200,3): r = circle(r=i) show(r) r = rectangle(x=100,y=-100,w=i,h=i) show(r) r = rectangle(x=-100,y=100,w=i,h=i) show(r) r = rectangle(x=100,y=100,w=i,h=i) show(r) r = rectangle(x=-100,y=-100,w=i,h=i) show(r)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login