turtle.Pen.begin_poly

Pen.begin_poly()

Start recording the vertices of a polygon.

No argument.

Start recording the vertices of a polygon. Current turtle position is first point of polygon.

Example (for a Turtle instance named turtle): >>> turtle.begin_poly()