turtle.seth(to_angle)
turtle.window_height() Return the height of the turtle window.
turtle.right(angle) turtle.rt(angle)
turtle.delay(delay=None)
turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement in a turtle graphics program
turtle.pensize(width=None) turtle.width(width=None)
shlex.lineno Source line number (count of newlines seen so far plus one).
class turtle.RawTurtle(canvas) class turtle.RawPen(canvas)
turtle.textinput(title, prompt)
turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return the “anonymous turtle”:
Page 7 of 17