Draw a regular pentagon as shown below. Hint: A good place to start drawing is the point at the top. What should be the initial heading to draw the line
Draw a regular pentagon as shown below. Hint: A good place to start drawing is the point at the top. What should be the initial heading to draw the line
Draw a pacman shape as shown. The opening angle of the mouth is 60 degrees. You can try to draw other opening angles. Hint: Start from the center, draw a
Draw a simple parallelogram with Python and Turtle. It can have any angles and any side lengths. Related Projects
Draw two filled circles as shown below. Code:
Draw two circles as shown without lifting the pen.
Draw double circles as shown without lifting the pen.
Draw a vertical half circle as shown here. You may need to use seth() and circle() with extent.
Draw the following shape. You may need to use following functions: penup(), pendown(), setheading(), forward(), goto().
Draw a vertical hexagon as shown here. Related Project
Draw the following shape with three diamonds.