Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
turtle.showturtle() turtle.st() Make the turtle visible.
shlex.eof Token used to determine end of file. This will be set to the empty string (''), in non-POSIX mode, and
turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing
turtle.onscreenclick(fun, btn=1, add=None)
turtle.screensize(canvwidth=None, canvheight=None, bg=None)
turtle.bgpic(picname=None)
Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument
turtle.undobufferentries() Return number of entries in the undobuffer.
Page 2 of 17