turtle.bgpic(picname=None)
turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.
turtle.shapetransform(t11=None, t12=None, t21=None, t22=None)
turtle.screensize(canvwidth=None, canvheight=None, bg=None)
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.onscreenclick(fun, btn=1, add=None)
shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used
turtle.st() Make the turtle visible. >>>
turtle.showturtle() turtle.st() Make the turtle visible.
Page 2 of 17