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
simple range
By
Aswanth Sunil Kumar
Run
for x in range(0,100,5): a = circle(0,0,x) show(a) for y in range(5,50,5): b = circle(y) show(b) c = circle(-y) show(c) d = circle(0,y) show(d) e = circle(0,-y) show(e)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login