From 0501ea7b7e69a97ffad2c5e2b362ab8b93971f14 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 24 Oct 2021 17:20:34 +0800
Subject: [PATCH] save project

---
 diy1.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/diy1.py b/diy1.py
index 7638f85..48ca576 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,17 +5,17 @@ pen=turtle.Pen()
 screen=turtle.Screen()
 pen.speed('fast')
 pen.hideturtle()
-screen.bgcolor('black')
+screen.bgcolor('blue')
 
 i=0
 while i<135:
-    pen.pencolor('pink')
+    pen.pencolor("pink")
     pen.penup()
     pen.goto(0,0)
-    pen.forward(200)
+    pen.forward(600)
     pen.pendown()
-    pen.circle(100)
-    pen.left(2)
+    pen.circle(30)
+    pen.right(2)
     i+=1
 
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0