turtle.clear()
¶
-
turtle.
clear
()¶ Delete the turtle’s drawings from the screen. Do not move
No arguments.
Delete the turtle’s drawings from the screen. Do not move State and position of the turtle as well as drawings of other turtles are not affected.
Examples: >>> clear()