diff --git a/diy1.py b/diy1.py
index 05704d8..f2b5158 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,7 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+pen=turtle
+pen.write("诺依\n I am your father",font=("Times",60,"normal"))
+
+turtle.done()
+pen.hideturtle()
\ No newline at end of file