In a previous project, you drew Archimedean Spiral, in which radius increase linearly with the angle. In Fermat’s spiral, radius increases in proportion to the square root of the angle.
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