diff --git a/diy1.py b/diy1.py
index 05704d8..7aeeed5 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,5 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+import turtle
+pen=turtl.Pen()
+pen.write("春眠不觉晓 \n处处闻啼鸟 \n夜来风雨声 \n花落知多少",font="Times",30,"normal")
+pen.hideturtle()
+turtle.done()
\ No newline at end of file