turtle.clear() Delete the turtle’s drawings from the screen. Do not move turtle. State and position of the turtle as well as
turtle.shape(name=None)
Cmd.completedefault(text, line, begidx, endidx) Method called to complete an input line when no command-specific complete_*()
turtle.clearstamp(stampid)
turtle.sety(y)
turtle.pendown() turtle.pd() turtle.down() Pull the pen down – drawing
shlex.pop_source() Pop the last-pushed input source from the input stack. This is the same method used internally when the lexer
turtle.write_docstringdict(filename="turtle_docstringdict")
class turtle.Vec2D(x, y) A two-dimensional vector class, used as a helper class for implementing turtle graphics. May be useful
turtle.setundobuffer(size)
Page 4 of 17