turtle.speed(speed=None)
turtle.rt(angle)
Cmd.precmd(line) Hook method executed just before the command line line is interpreted, but after the input prompt
turtle.degrees(fullcircle=360.0)
turtle.bye() Shut the turtlegraphics window.
turtle.end_fill() Fill the shape drawn after the last call to begin_fill().
turtle.begin_poly() Start recording the vertices of a polygon. Current turtle position is first vertex of polygon.
turtle.fillcolor(*args) Return or set the fillcolor. Four input formats are allowed:
turtle.pos() Return the turtle’s current location (x,y) (as a Vec2D vector).
turtle.settiltangle(angle)
Page 16 of 17