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