diff --git a/diy1.py b/diy1.py
index 05704d8..4ec64d4 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,4 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+import turtle
+pen=turtle.Pen()
+pen.write("你好!你好!你好!\n你好!你好!你好!你好!",font=("time",30,"normal"))
+turtle.done()
\ No newline at end of file