Python and Turtle Graphics

Lee Harr missive at frontiernet.net
Tue Jul 20 17:08:58 EDT 2004


On 2004-07-19, Brent W. Hughes <brent.hughes at comcast.net> wrote:
> If the Turtle gets himself into a large (or infinite) loop, is there any way
> to stop him other than Ctrl-Alt-Del?
>

Depends on how you are interacting with your turtle.

>From the interactive interpreter, you could use Ctrl-C.

Also, you might want to try the turtle ..er penguin
graphics module in pygsear:
http://www.nongnu.org/pygsear/

With that one you can use the Esc key to
break from a loop.




More information about the Python-list mailing list