diff --git a/diy1.py b/diy1.py
index e69de29..940741c 100644
--- a/diy1.py
+++ b/diy1.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.pen()
+pen.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("times"30,"normal"))
+pen.hideturle()
+turtle.done
\ No newline at end of file