turtle.goto(x, y=None) turtle.setpos(x, y=None) turtle.setposition(x, y=None)
turtle.ycor() Return the turtle’s y coordinate. >>>
class shlex.shlex(instream=None, infile=None, posix=False) A shlex instance or subclass instance is a lexical analyzer
turtle.sety(y)
turtle.xcor() Return the turtle’s x coordinate. >>>
turtle.back(distance) turtle.bk(distance) turtle.backward(distance)
turtle.resetscreen() Reset all Turtles on the Screen to their initial state.
shlex.escapedquotes Characters in quotes that will interpret escape characters defined in escape.
shlex.infile The name of the current input file, as initially set at class instantiation time or stacked by later source requests
class turtle.Vec2D(x, y) A two-dimensional vector class, used as a helper class for implementing turtle graphics. May be useful
Page 6 of 17