Draw 20 half circles to form a circle.
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.
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.
In a room with 23 people, what is the probability that there is at least one pair of people with the same birthday? The answer is about 50%! It is
Draw the following triangular stack of hexagons. Related Project: Stack of Circles