turtle.position() turtle.pos() Return the turtle’s current location (x,y) (as a Vec2D vector).
turtle.right(angle) turtle.rt(angle)
turtle.onrelease(fun, btn=1, add=None)
turtle.left(angle) turtle.lt(angle)
turtle.numinput(title, prompt, default=None, minval=None, maxval=None)
turtle.ondrag(fun, btn=1, add=None)
turtle.tilt(angle)
Cmd.emptyline() Method called when an empty line is entered in response to the prompt. If this method is not overridden, it
shlex.debug If this attribute is numeric and 1 or more, a shlex instance will print verbose progress
turtle.onkeyrelease(fun, key)
Page 8 of 17