- turtle.bye() - use from the python shell, kills the graphics window
- turtle.clear() - clears the canvas but doesn't but the turtle back to 0,0
- turtle.reset() - clear() plus centers turtle (and clears variables)
- in Idle - python shell - shell - restart shell
Bye Bye Turtle (getting rid of turtle's graphics window)
Some tips on getting rid of the turtle graphics window which seems to freeze for some people:
1 comment:
http://aqualonne.free.fr/120/lectures/2(install)/InstallPython_demo.htm
Post a Comment