diff --git a/diy1.py b/diy1.py
index ab4db5f..1d1878f 100644
--- a/diy1.py
+++ b/diy1.py
@@ -4,7 +4,7 @@ pen.speed(0)
 distance=1
 for i in range(10000):
     pen.forward(distance)
-    pen.right(46)
+    pen.right(71)
     distance+=1
 pen.hideturtle()
 turtle.done()
\ No newline at end of file