In a level 2 project (https://pythonturtle.academy/triacontagon/), you drew a Triacontagon (30-gon). In this project, you are going to draw a Triacontagon Wheel. You may either use mathematical skills or use
Draw three points to form a triangle. Draw the fourth point in a random position. In each of the following step, this point will move halfway towards one of the
Generalize the three overlapping circles project by letting it draw any number of overlapping circles. The following is the overlapping circles from size 2 to size 7. Solution