turtle.onscreenclick(fun, btn=1, add=None)
Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument
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
turtle.seth(to_angle)
class turtle.TurtleScreen(cv)
turtle.towards(x, y=None)
turtle.setundobuffer(size)
turtle.write_docstringdict(filename="turtle_docstringdict")
Page 4 of 17