shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used
turtle.pen(pen=None, **pendict)
shlex.whitespace_split If True, tokens will only be split in whitespaces. This is useful, for example, for parsing
Cmd.onecmd(str) Interpret the argument as though it had been typed in response to the prompt. This may be overridden, but should
Cmd.cmdqueue A list of queued input lines. The cmdqueue list is checked in cmdloop() when new input is needed;
turtle.up() Pull the pen up – no drawing when moving.
turtle.shape(name=None)
turtle.getturtle() turtle.getpen() Return the Turtle object itself. Only reasonable use: as a function to return
turtle.setx(x)
turtle.shearfactor(shear=None)
Page 1 of 17