From d8dc28088cece680520623d4b7ca60a6495fb07f Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Thu, 11 Nov 2021 15:37:55 +0800
Subject: [PATCH] save project

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

diff --git a/diy1.py b/diy1.py
index 05704d8..3f1e241 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,5 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+import turtle as t
+t.write("我想,左肩有你,右肩微笑,/n我想,在你眼里,撒野奔跑。"font=("gxl",30,"华文仿宋 常规"))
+t.hideturtle()
+t.done()
\ No newline at end of file
--
libgit2 0.25.0