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 the following hexagram with Python and Turtle. Hint: Think about where to start. The point at the bottom looks like a good starting point. Related Projects: Projects with similar
Write a program that draw a diamonds suit shape with Python and Turtle. Please note that four sides are curves not straight lines. A more challenging task is to make
Trefoil, comes from Lantin, means three-leaved plant. It is a shape used in architecture and Christian symbolism. For more details about this shape checkout this Wikipedia article. Hint: This shape
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 a simple dog bone shape with Python and Turtle. This shape contains 2 lines and 4 arcs. You can draw the shape in one stroke without lifting the pen
The figure above shows, we can draw a simple heart shape with 4 segments: 2 lines and 2 arcs. We can continuously draw these 4 segments without lifting up the
Draw a five pointed star as shown preferably with a loop.
The following red cross with Python and Turtle. You need to fill it with a color. Source Code: