diff --git a/diy1.py b/diy1.py
index 9faf179..9b45e1f 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,7 +3,6 @@ import turtle
 screen=turtle.Screen()
 screen.bgcolor("light blue")
 len=screen.textinput("100","100")
-len=into(len)
 pen=turtle.Pen()
 pen.write("你好\nSB.",font=("Times",30,"normal"))
 pen.hideturtle()