diff --git a/diy1.py b/diy1.py
index c2f89f0..9620e78 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,4 +1,5 @@
-# import turtel
-# # pen=turtel.Pen()
-# # pen.write("我在老师\n老家玩的好开心\n呀!",font=("Time",30,"normal"))
-# # turtel.done()
+import turtle
+pen=turtle.Pen()
+pen.write("我在老师\n老家玩的好开心\n呀!",font=("Times",30,"normal"))
+pen.hideturtle()
+turtle.done()