turtle.up() Pull the pen up – no drawing when moving.
shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
turtle.backward(distance)
turtle.st() Make the turtle visible. >>>
turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing
turtle.shearfactor(shear=None)
addcomponent(poly, fill, outline=None)
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.
shlex.wordchars The string of characters that will accumulate into multi-character tokens. By default, includes all ASCII alphanumerics
Page 1 of 17