turtle.pd() turtle.down() Pull the pen down – drawing when moving.
turtle.circle(radius, extent=None, steps=None)
turtle.turtlesize(stretch_wid=None, stretch_len=None, outline=None)
turtle.resetscreen() Reset all Turtles on the Screen to their initial state.
class turtle.Screen Subclass of TurtleScreen, with four methods added.
turtle.stamp() Stamp a copy of the turtle shape onto the canvas at the current turtle position. Return a stamp_id for that stamp
turtle.resizemode(rmode=None)
class cmd.Cmd(completekey='tab', stdin=None, stdout=None) A Cmd instance or subclass instance is a line-oriented
shlex.escapedquotes Characters in quotes that will interpret escape characters defined in escape.
turtle.seth(to_angle)
Page 6 of 17