shlex.get_token() Return a token. If tokens have been stacked using push_token(), pop a token off the stack. Otherwise
turtle.distance(x, y=None)
turtle.listen(xdummy=None, ydummy=None) Set focus on TurtleScreen (in order to collect key-events). Dummy arguments are provided
Cmd.postcmd(stop, line) Hook method executed just after a command dispatch is finished. This method is a stub in Cmd;
shlex.commenters The string of characters that are recognized as comment beginners. All characters from the comment beginner
turtle.forward(distance) turtle.fd(distance)
Cmd.postloop() Hook method executed once when cmdloop() is about to return. This method is a stub in Cmd;
turtle.setworldcoordinates(llx, lly, urx, ury)
class turtle.ScrolledCanvas(master)
turtle.down() Pull the pen down – drawing when moving.
Page 13 of 17