Draw a better watch tick marks than the last one by adding 12 evenly spaced major tick marks.
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.
Use a loop to draw the following diamond snowflake.
In a previous project, you drew Archimedean Spiral, in which radius increase linearly with the angle. In Fermat’s spiral, radius increases in proportion to the square root of the angle.
You drew an Expanding Tilted Circles in a previous project. Animate by rotating these circles with circles inside moving faster than circles outside.
You drew 60 tilted circles. Now draw fewer circles but with circles of expanding sizes. You can also add color to make it look better.