4.2.4 Dartboard
A variable to control the radius of each circle and a mathematical expression to increase the radius on each iteration.
a) Complete the `for` loop to draw the circles.
b) Only draw circles with a radius greater than 50.
c) Modify the radius to be a random number each time a circle is drawn.
d) Ensure the turtle draws faster for better performance.