turtle.bgpic(picname=None)
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
addcomponent(poly, fill, outline=None)
turtle.setx(x)
turtle.pen(pen=None, **pendict)
turtle.st() Make the turtle visible. >>>
turtle.screensize(canvwidth=None, canvheight=None, bg=None)
Cmd.onecmd(str) Interpret the argument as though it had been typed in response to the prompt. This may be overridden, but should
turtle.onkey(fun, key) turtle.onkeyrelease(fun, key)
turtle.onscreenclick(fun, btn=1, add=None)
Page 2 of 17