turtle.hideturtle() turtle.ht() Make the turtle invisible. It’s a good idea to do this while you’re in the middle
turtle.isvisible() Return True if the Turtle is shown, False if it’s hidden.
turtle.reset() Delete the turtle’s drawings from the screen, re-center the turtle and set variables to the default values.
shlex.token The token buffer. It may be useful to examine this when catching exceptions.
turtle.forward(distance) turtle.fd(distance)
Cmd.undoc_header The header to issue if the help output has a section for undocumented commands (that is, there are do_*()
turtle.setheading(to_angle) turtle.seth(to_angle)
Cmd.misc_header The header to issue if the help output has a section for miscellaneous help topics (that is, there are help_*()
turtle.mode(mode=None)
turtle.color(*args) Return or set pencolor and fillcolor. Several input formats are allowed
Page 12 of 17