turtle.setpos(x, y=None) turtle.setposition(x, y=None)
turtle.ondrag(fun, btn=1, add=None)
turtle.isvisible() Return True if the Turtle is shown, False if it’s hidden.
turtle.color(*args) Return or set pencolor and fillcolor. Several input formats are allowed
turtle.clearscreen() Delete all drawings and all turtles from the TurtleScreen. Reset the now empty TurtleScreen to its initial
shlex.source This attribute is None by default. If you assign a string to it, that string will be recognized as
Cmd.lastcmd The last nonempty command prefix seen.
turtle.clone() Create and return a clone of the turtle with same position, heading and turtle properties.
turtle.reset() Delete the turtle’s drawings from the screen, re-center the turtle and set variables to the default values.
turtle.hideturtle() turtle.ht() Make the turtle invisible. It’s a good idea to do this while you’re in the middle
Page 11 of 17