diff --git a/diy1.py b/diy1.py
index 05704d8..3564a5d 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,5 @@
-# 利用write()帮助悟空给诺依回信吧~
\ No newline at end of file
+# 利用write()帮助悟空给诺依回信吧~
+import turtle
+Pen=turtle.Pen()
+Pen.write("诺依,turtle真好用,我会在画布上写字啦!",font=("Times",30,"mormal"))
+turtle.done()
\ No newline at end of file