Re: Turtle graphics speed(). Seems broken

2010-02-27 Thread Dr. Phillip M. Feldman
Stefan Behnel-3 wrote: alexander@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

Re: Turtle graphics speed(). Seems broken

2010-02-27 Thread Alf P. Steinbach
* Dr. Phillip M. Feldman: Stefan Behnel-3 wrote: alexander@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

Re: Turtle graphics speed(). Seems broken

2008-02-15 Thread Stefan Behnel
[EMAIL PROTECTED] 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?

Turtle graphics speed(). Seems broken

2008-02-15 Thread Alexander . Oot
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? --