I think the speed function may be broken from the turtle graphics
package
"from turtle import *
speed('fastest' )
forward(50)"
I have tried all of the different speed settings, but I get no change
in the turtle's speed.... does anyone know how to fix this?
package
"from turtle import *
speed('fastest' )
forward(50)"
I have tried all of the different speed settings, but I get no change
in the turtle's speed.... does anyone know how to fix this?
Comment