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
geometry by aysha-bro
By
Aysha PS
Run
p1 = point(x=-150, y=0) p3 = point(x=150, y=0) p2 = point(x=0, y=150) p4= point(x=0, y=-150) shape = polygon([p1, p2, p3, p4]) show(shape) #2 p1 = point(x=-150, y=0) p2 = point(x=5, y=145) p3 = point(x=145, y=-5) p4= point(x=-5, y=-145) p5= point(x=-145,y=5) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #3 p1 = point(x=-145,y=5) p2 = point(x=10, y=140) p3 = point(x=140, y=-10) p4= point(x=-10, y=-140) p5= point(x=-140,y=10) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #4 p1 = point(x=-140,y=10) p2 = point(x=15, y=135) p3 = point(x=135, y=-15) p4= point(x=-15, y=-135) p5= point(x=-135,y=15) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #5 p1 = point(x=-135,y=15) p2 = point(x=20, y=130) p3 = point(x=130, y=-20) p4= point(x=-20, y=-130) p5= point(x=-130,y=20) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #6 p1 = point(x=-130,y=20) p2 = point(x=25, y=125) p3 = point(x=125, y=-25) p4= point(x=-25, y=-125) p5= point(x=-125,y=25) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #7 p1 = point(x=-125,y=25) p2 = point(x=30, y=120) p3 = point(x=120, y=-30) p4= point(x=-30, y=-120) p5= point(x=-120,y=30) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #8 p1 = point(x=-120,y=30) p2 = point(x=35, y=115) p3 = point(x=115, y=-35) p4= point(x=-35, y=-115) p5= point(x=-115,y=35) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #9 p1 = point(x=-115,y=35) p2 = point(x=40, y=110) p3 = point(x=110, y=-40) p4= point(x=-40, y=-110) p5= point(x=-110,y=40) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #10 p1 = point(x=-110,y=40) p2 = point(x=45, y=105) p3 = point(x=105, y=-45) p4= point(x=-45, y=-105) p5= point(x=-105,y=45) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #11 p1 = point(x=-105,y=45) p2 = point(x=50, y=100) p3 = point(x=100, y=-50) p4= point(x=-50, y=-100) p5= point(x=-100,y=50) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #12 p1 = point(x=-105,y=45) p2 = point(x=55, y=95) p3 = point(x=95, y=-55) p4= point(x=-55, y=-95) p5= point(x=-95,y=55) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #13 p1 = point(x=-95,y=55) p2 = point(x=60, y=90) p3 = point(x=90, y=-60) p4= point(x=-60, y=-90) p5= point(x=-90,y=60) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #13 p1 = point(x=-90,y=60) p2 = point(x=65, y=85) p3 = point(x=85, y=-65) p4= point(x=-65, y=-85) p5= point(x=-85,y=65) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #14 p1 = point(x=-85,y=65) p2 = point(x=70, y=80) p3 = point(x=80, y=-70) p4= point(x=-70, y=-80) p5= point(x=-80,y=70) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #15 p1 = point(x=-80,y=70) p2 = point(x=75, y=75) p3 = point(x=75, y=-75) p4= point(x=-75, y=-75) p5= point(x=-75,y=75) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #16 p1 = point(x=-80,y=70) p2 = point(x=80, y=70) p3 = point(x=70, y=-80) p4= point(x=-80, y=-70) p5= point(x=-70,y=80) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #17 p1 = point(x=-70,y=80) p2 = point(x=85, y=65) p3 = point(x=65, y=-85) p4= point(x=-85, y=-65) p5= point(x=-65,y=85) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #18 p1 = point(x=-65,y=85) p2 = point(x=90, y=60) p3 = point(x=60, y=-90) p4= point(x=-90, y=-60) p5= point(x=-60,y=90) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #19 p1 = point(x=-60,y=90) p2 = point(x=95, y=55) p3 = point(x=55, y=-95) p4= point(x=-95, y=-55) p5= point(x=-55,y=95) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #19 p1 = point(x=-60,y=90) p2 = point(x=100, y=50) p3 = point(x=50, y=-100) p4= point(x=-100, y=-50) p5= point(x=-50,y=100) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #20 p1 = point(x=-50,y=100) p2 = point(x=105, y=45) p3 = point(x=45, y=-105) p4= point(x=-105, y=-45) p5= point(x=-45,y=105) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #21 p1 = point(x=-45,y=105) p2 = point(x=110, y=40) p3 = point(x=40, y=-110) p4= point(x=-110, y=-40) p5= point(x=-40,y=110) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #22 p1 = point(x=-40,y=110) p2 = point(x=115, y=35) p3 = point(x=35, y=-115) p4= point(x=-115, y=-35) p5= point(x=-35,y=115) shape = polygon([p1, p2, p3, p4,p5]) show(shape) #23 p1 = point(x=-35,y=115) p2 = point(x=120, y=30) p3 = point(x=30, y=-120) p4= point(x=-120, y=-30) p5= point(x=-30,y=120) shape = polygon([p1, p2, p3, p4,p5]) show(shape)
Comments
Anand Chitipothu
3 years ago
Post
Dismiss
This is quite fascinating. Try to see if you make the program shorter. Instead of manually repeating it, see if you can do that using a loop.
This is quite fascinating. Try to see if you make the program shorter. Instead of manually repeating it, see if you can do that using a loop.
Want to discuss?
Post it here, our mentors will help you out.
Login