In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and
In another level 4 project, you are asked to draw a color wheel (https://pythonturtle.academy/color-wheel/). Continue on it to draw a continuous color wheel.
This is an extension to previous spiral project https://pythonturtle.academy/spiral/. Make the spiral more beautiful by setting colors gradually from hue value 0 to hue value 1.