In a level 3 project you are asked to draw a Triacontagon Wheel (https://pythonturtle.academy/triacontagon-wheel/). Color the wheel with colorsys library with gradually changing hue values.
In this easy animation project, draw a rotating line. You may need to call tracer(0,0) before the animation and call update() function after drawing each frame. You may also want