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:

  • 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


1 comment:

Samuel Oh said...

http://aqualonne.free.fr/120/lectures/2(install)/InstallPython_demo.htm

Search This Blog