diff --git a/diy1.py b/diy1.py
index e9d40fb..08f567b 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,7 +5,7 @@ pen=turtle.Pen()
 pen.penup()
 pen.pencolor("light yellow")
 pen.goto(100,-100)
-pen.write("Hi\nxxx\n123",font("宋体",20,"normal"))
+pen.write("Hi\nxxx\n123",font=("宋体",20,"normal"))
 pen.hideturtle()
 
 len=50