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
demo
By
Adithya Sailesh
Run
c = circle(r=100) c1=circle(x=0,y=-150,r=150,stroke="red") c2=circle(x=150,y=0,r=150) c3=circle(x=0,y=150,r=150) c4=circle(x=-150,y=0,r=150) p1=point(0,100) p2=point(0,-100) p3=point(100,0) p4=point(-100,0) for i in range(1,100,15): shp=rectangle(h=100,w=100) |rotate(45+i) show(shp) show(c3,c4) show(c,c1,c2)
Comments
Want to discuss?
Post it here, our mentors will help you out.
Login