turtle.penup() turtle.pu() turtle.up() Pull the pen up – no drawing
turtle.setx(x)
turtle.up() Pull the pen up – no drawing when moving.
turtle.shearfactor(shear=None)
shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
turtle.showturtle() turtle.st() Make the turtle visible.
turtle.bgpic(picname=None)
shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used
turtle.setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"]) Set the size and
turtle.clear() Delete the turtle’s drawings from the screen. Do not move turtle. State and position of the turtle as well as
Page 1 of 17