diff --git a/diy1.py b/diy1.py
index 3a45c04..5d9a8f4 100644
--- a/diy1.py
+++ b/diy1.py
@@ -2,5 +2,6 @@
 import turtle
 pen=turtle.Pen()
 pen.write("诺依,\nturtle真好用,\n我会在画布上写字啦!",font=("Times",30,"normal"))
+
 pen.hideturtle()
 turtle.done()