From d5c3e0762fc7984412060ae504bea41eb7fb5c76 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Mon, 5 Oct 2020 09:54:29 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 824b3cb..9c7dde9 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,6 +1,9 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
-pen=turtle.Pen()
-pen.write("你好,诺伊\n我是你爹!",font=("Times",20,"normal"))
-pen.hideturtle()
+# pen=turtle.Pen()
+# pen.write("你好,诺伊\n我是你爹!",font=("Times",20,"normal"))
+# pen.hideturtle()
+# turtle.done()
+pen1=turtle.Pen()
+pen1.circle(50,180)
 turtle.done()
\ No newline at end of file
--
libgit2 0.25.0