diff --git a/diy1.py b/diy1.py
index c97816b..3ea061c 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,7 +3,7 @@ import turtle
 
 pen=turtle.Pen()
 screen=turtle.Screen()
-pen.speed()
+pen.speed(114514)
 pen.hideturtle()
 screen.bgcolor('black')