We have several projects drawing ovals. Ellipse is not the same oval. AnĀ ellipse is a curve surrounding two focal points such that the sum of the distances to the two
Use colorsys library’s hsv_to_rgb() function and loop to draw the following square that gradually transitions hue value from 0 to the left to hue value 1 on the right.
In level 1 project: three tilted squares (https://pythonturtle.academy/three-tilted-squares/), you drew only three tilted squares. Now use a loop to draw 60 evenly spaced out squares.