turtle.up() Pull the pen up – no drawing when moving.
Cmd.identchars The string of characters accepted for the command prefix.
turtle.pd() turtle.down() Pull the pen down – drawing when moving.
class turtle.Screen Subclass of TurtleScreen, with four methods added.
Cmd.ruler The character used to draw separator lines under the help-message headers. If empty, no ruler line is drawn. It defaults
class turtle.TurtleScreen(cv)
turtle.towards(x, y=None)
turtle.setundobuffer(size)
turtle.write_docstringdict(filename="turtle_docstringdict")
shlex.pop_source() Pop the last-pushed input source from the input stack. This is the same method used internally when the lexer
Page 4 of 17