Cmd.preloop() Hook method executed once when cmdloop() is called. This method is a stub in Cmd; it
turtle.mode(mode=None)
turtle.setheading(to_angle) turtle.seth(to_angle)
turtle.fd(distance)
turtle.pu() turtle.up() Pull the pen up – no drawing when moving.
turtle.clearstamps(n=None)
Cmd.undoc_header The header to issue if the help output has a section for undocumented commands (that is, there are do_*()
Cmd.use_rawinput A flag, defaulting to true. If true, cmdloop() uses
Cmd.doc_header The header to issue if the help output has a section for documented commands.
turtle.shapesize(stretch_wid=None, stretch_len=None, outline=None) turtle.turtlesize(stretch_wid=None, stretch_len=None, outline=None)
Page 14 of 17