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