turtle.setposition(x, y=None)
turtle.get_shapepoly() Return the current shape polygon as tuple of coordinate pairs. This can be used to define a new shape
turtle.tiltangle(angle=None)
turtle.exitonclick() Bind bye() method to mouse clicks on the Screen. If the value “using_IDLE”
turtle.write(arg, move=False, align="left", font=("Arial", 8, "normal"))
turtle.turtles() Return the list of turtles on the screen.
turtle.update() Perform a TurtleScreen update. To be used when tracer is turned off.
turtle.tracer(n=None, delay=None)
turtle.home() Move turtle to the origin – coordinates (0,0) – and set its heading to its start-orientation (which depends on
turtle.window_height() Return the height of the turtle window.
Page 9 of 17