diff --git a/diy1.py b/diy1.py
index dfd7fb9..81dd029 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,7 +1,7 @@
 # 利用write()帮助悟空给诺依回信吧~
 import turtle
 pen=turtle.Pen()
-pen.write("hh\nhh",font=("Times",40,"normal"))
+pen.write("hh\nhh",font=("Times",20,"normal"))
 pen.pensize(10)
 pen.pencolor("red")
 pen.left(45)