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