turtle.undobufferentries() Return number of entries in the undobuffer.
turtle.clear() Delete the turtle’s drawings from the screen. Do not move turtle. State and position of the turtle as well as
turtle.getturtle() turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
turtle.setx(x)
Cmd.intro A string to issue as an intro or banner. May be overridden by giving the cmdloop() method an argument
turtle.backward(distance)
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
turtle.filling() Return fillstate (True if filling, False else).
turtle.bgpic(picname=None)
Page 1 of 17