From 9a396de7b2fcd9049c0a1d36c6557d4a7f8e4e39 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 19 Dec 2020 10:48:00 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 070c46e..9ab34fe 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,4 +1,6 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
 pen=turtle.Pen()
-pen.write("你好",font="Times",30,"normal")
\ No newline at end of file
+pen.write("你好",font=("Times",30,"normal"))
+pen.hideturtle()
+turtle.done()
--
libgit2 0.25.0