shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
shlex.wordchars The string of characters that will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics
class turtle.Turtle Subclass of RawTurtle, has the same interface but draws on a default Screen object created
turtle.setx(x)
turtle.addshape(name, shape=None) There are three different ways to call this function:
turtle.pen(pen=None, **pendict)
turtle.st() Make the turtle visible. >>>
turtle.screensize(canvwidth=None, canvheight=None, bg=None)
addcomponent(poly, fill, outline=None)
turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)
Page 3 of 17