From 4a1c547572420b55f3a935490f4d77d7afa7dd88 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 22 May 2021 15:15:49 +0800
Subject: [PATCH] auto save

---
 diy1.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diy1.py b/diy1.py
index c36d75a..7638f85 100644
--- a/diy1.py
+++ b/diy1.py
@@ -9,12 +9,12 @@ screen.bgcolor('black')
 
 i=0
 while i<135:
-    screen.pencolor('pink')
+    pen.pencolor('pink')
     pen.penup()
     pen.goto(0,0)
     pen.forward(200)
     pen.pendown()
-    screen.circle(100)
+    pen.circle(100)
     pen.left(2)
     i+=1
 
--
libgit2 0.25.0