From a3ea0f0dba4652c55088e9500d8f411ae1041b3b Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 18 Sep 2021 19:39:43 +0800
Subject: [PATCH] auto save

---
 diy1.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 1e827b5..8847a69 100644
--- a/diy1.py
+++ b/diy1.py
@@ -10,7 +10,7 @@ distance=1
 for i in range(300):
     pen.forward(distance)
     distance+=1
-    pen.right(121)
+    pen.right(91)
 # 隐藏画笔,保存画布
 pen.hideturtle()
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0