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