From 3d4db4b0142424e69ead9b172f20bb856e553320 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 27 Nov 2021 14:20:28 +0800
Subject: [PATCH] save project

---
 diy1.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/diy1.py b/diy1.py
index 18b5e47..3ab406d 100644
--- a/diy1.py
+++ b/diy1.py
@@ -8,14 +8,14 @@ pen.hideturtle()
 screen.bgcolor('black')
 
 i=0
-while i<135:
+while True:
     pen.pencolor('green')
     pen.penup()
     pen.goto(0,0)
     pen.forward(200)
     pen.pendown()
-    pen.circle(100)
-    pen.left(2)
+    pen.circle(200)
+    pen.left(1)
     i+=1
     
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0