From 74f470236d60990d83590d2dd36aa6403f1f210a Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 27 Aug 2023 16:18:32 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 509939f..aae3390 100644 --- a/diy1.py +++ b/diy1.py @@ -14,7 +14,7 @@ while i<135: pen.goto(0,0) pen.forward(200) pen.pendown() - pen.circle(100,7) + pen.circle(100,36) pen.left(2) i+=1 -- libgit2 0.25.0