From 8079d5c78b72ec7227cb00341ee9fc41ae07142b Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 29 May 2021 13:55:47 +0800
Subject: [PATCH] save project

---
 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