turtle.TurtleScreen.clearscreen

TurtleScreen.clearscreen()

Delete all drawings and all turtles from the TurtleScreen.

Reset empty TurtleScreen to its initial state: white background, no backgroundimage, no eventbindings and tracing on.

No argument.

Example (for a TurtleScreen instance named screen): >>> screen.clear()

Note: this method is not available as function.