turtle.stamp() Stamp a copy of the turtle shape onto the canvas at the current turtle position. Return a stamp_id for that stamp
turtle.circle(radius, extent=None, steps=None)
turtle.getshapes() Return a list of names of all currently available turtle shapes.
class cmd.Cmd(completekey='tab', stdin=None, stdout=None) A Cmd instance or subclass instance is a line-oriented
turtle.clearstamp(stampid)
turtle.resizemode(rmode=None)
Cmd.completedefault(text, line, begidx, endidx) Method called to complete an input line when no command-specific complete_*()
turtle.pendown() turtle.pd() turtle.down() Pull the pen down – drawing
turtle.turtlesize(stretch_wid=None, stretch_len=None, outline=None)
turtle.begin_fill() To be called just before drawing a shape to be filled.
Page 5 of 17