turtle.showturtle() turtle.st() Make the turtle visible.
turtle.backward(distance)
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
turtle.pen(pen=None, **pendict)
turtle.clear() Delete the turtle’s drawings from the screen. Do not move turtle. State and position of the turtle as well as
turtle.st() Make the turtle visible. >>>
turtle.screensize(canvwidth=None, canvheight=None, bg=None)
turtle.bgpic(picname=None)
turtle.up() Pull the pen up – no drawing when moving.
turtle.getcanvas() Return the Canvas of this TurtleScreen. Useful for insiders who know what to do with a Tkinter Canvas.
Page 1 of 17