Petal

Draw a petal shape as shown. Trick here is use circle() function’s extent parameter to draw an arc of a circle and then call setheading() function with opposite (+180 degrees) direction to the initial heading you used for drawing the first arc to draw the second arc.

A Petal with Python Turtle
Tags:

Related Post