turtle.ht() Make the turtle invisible. It’s a good idea to do this while you’re in the middle of doing some complex drawing
turtle.ontimer(fun, t=0)
turtle.end_fill() Fill the shape drawn after the last call to begin_fill().
Cmd.precmd(line) Hook method executed just before the command line line is interpreted, but after the input prompt
turtle.begin_poly() Start recording the vertices of a polygon. Current turtle position is first vertex of polygon.
turtle.getscreen() Return the TurtleScreen object the turtle is drawing on. TurtleScreen methods can then be called
turtle.fillcolor(*args) Return or set the fillcolor. Four input formats are allowed:
turtle.register_shape(name, shape=None) turtle.addshape(name, shape=None) There are three different ways to call
turtle.speed(speed=None)
turtle.degrees(fullcircle=360.0)
Page 16 of 17