From 79f0db09949a7897c1f0fab816f1812854805c5f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 26 Dec 2020 17:15:00 +0800
Subject: [PATCH] auto save

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

diff --git a/diy1.py b/diy1.py
index e69de29..8920575 100644
--- a/diy1.py
+++ b/diy1.py
@@ -0,0 +1,6 @@
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+pen=turtle.Pen()
+pen.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",20,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file
--
libgit2 0.25.0