The following red cross with Python and Turtle. You need to fill it with a color. Source Code:
The following red cross with Python and Turtle. You need to fill it with a color. Source Code:
Draw 20 half circles to form a circle.
Use loop to draw a line of half circles. Check out drawing just one half circle project.
There is a level 1 project that draws 3 spokes. Use loop to draw 30 spokes.
Draw a better watch tick marks than the last one by adding 12 evenly spaced major tick marks.
Draw evenly space 60 clock tick marks as shown here.
Use circle() function’s extent property, and alternate penup() and pendown() to draw a dashed circle shown here.
Knowing how to draw a crescent shape. Draw a colorful ring of crescent shapes as shown with a loop and colorsys library.
Draw a yellow flower with 5 petals. Check here to find an easier project that draws a single petal. Also check out the tutorial on drawing a single petal.
Draw a 10-petal flower as shown. If you haven’t done so, try a single petal first. Also check out the tutorial on drawing a single petal.