From 4cf8d50498a179b0cde1c0075c9c8bf9d71488f8 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sun, 16 Jan 2022 14:13:54 +0800
Subject: [PATCH] auto save

---
 diy1.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/diy1.py b/diy1.py
index 05704d8..3912019 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,7 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+pen=turtle.Pen()
+pen.write("Hi,诺依~\n我也喜欢python~\n——悟空 ",f
+ont=("Times",18,"normal"))
+pen.hideturtle()
+turtle.done()
--
libgit2 0.25.0