From 0c6f26b62f70ae8dc185c9167e00a4479c0f94b2 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 14 Mar 2021 16:17:46 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 9fcbd7f..6671f49 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,9 +3,8 @@ import turtle
 pen=turtle.Pen()
 pen.write("娄Sb和海2b,\n你好呀!",font=("Time",30,"normal"))
 pen.hideturtle()
-turtle.done()
-pen1=turtle.pen()
-pen1.pensive(5)
+pen1=turtle.Pen()
+pen1.pensize(5)
 pen1.pencolor("red")
 pen1.left(45)
 pen1.forward(100) 
@@ -14,4 +13,4 @@ pen1.right(90)
 pen1.circle(50,180)
 pen1.forward(100)
 pen1.hideturtle()
-turtle.done
\ No newline at end of file
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0