Turtle graphics speed(). Seems broken

Stefan Behnel stefan_ml at behnel.de
Fri Feb 15 11:06:47 EST 2008


Alexander.Oot at gmail.com wrote:
> 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?

Use "xturtle"? :)

http://ada.rg16.asn-wien.ac.at/~python/xturtle/

Stefan



More information about the Python-list mailing list