turtle.resetscreen()
Reset all Turtles on the Screen to their initial state.
Note
This TurtleScreen method is available as a global function only under the name resetscreen
. The global function reset
is another one derived from the Turtle method reset
.
Please login to continue.