class turtle.TurtleScreen(cv)
shlex.error_leader(infile=None, lineno=None) This method generates an error message leader in the format of a Unix C compiler
turtle.position() turtle.pos() Return the turtle’s current location (x,y) (as a Vec2D vector).
shlex.sourcehook(filename) When shlex detects a source request (see source below) this method is given
turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement in a turtle graphics program
class turtle.RawPen(canvas)
turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return the “anonymous turtle”:
turtle.update() Perform a TurtleScreen update. To be used when tracer is turned off.
turtle.right(angle) turtle.rt(angle)
turtle.get_shapepoly() Return the current shape polygon as tuple of coordinate pairs. This can be used to define a new shape
Page 7 of 17