turtle.ycor() Return the turtle’s y coordinate. >>>
shlex.lineno Source line number (count of newlines seen so far plus one).
shlex.sourcehook(filename) When shlex detects a source request (see source below) this method is given
shlex.error_leader(infile=None, lineno=None) This method generates an error message leader in the format of a Unix C compiler
turtle.title(titlestring)
turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return the “anonymous turtle”:
shlex.split(s, comments=False, posix=True) Split the string s using shell-like syntax. If comments is
class turtle.RawPen(canvas)
turtle.textinput(title, prompt)
class turtle.RawTurtle(canvas) class turtle.RawPen(canvas)
Page 7 of 17