From 7cb67f88796cc0923719d01feb4b0d39090d62af Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 7 Oct 2021 16:01:31 +0800
Subject: [PATCH] save project

---
 diy1.py | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 05704d8..647f19c 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,14 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+pen=turtle.Pen()
+pen.write("诺依\n turtle真好用\n 我会打字了",font=("Times",40,"normal"))
+pen.hideturtle()
+turtle.done()
+
+
+
+
+
+
+
+
--
libgit2 0.25.0