turtle.lt(angle)
turtle.radians() Set the angle measurement units to radians. Equivalent to degrees(2*math.pi).
turtle.onkeypress(fun, key=None)
shlex.read_token() Read a raw token. Ignore the pushback stack, and do not interpret source requests. (This is not ordinarily
turtle.pencolor(*args) Return or set the pencolor. Four input formats are allowed:
Cmd.default(line) Method called on an input line when the command prefix is not recognized. If this method is not overridden
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.setpos(x, y=None) turtle.setposition(x, y=None)
turtle.pensize(width=None) turtle.width(width=None)
Page 10 of 17