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.
Cyclogon is a curve formed by tracing a vertex of a rolling polygon on a flat ground. Continue from previous rolling triangle animation and trace the red vertex to draw
You programmed to draw a random mesh in a previous project. Now color each polygon with slightly varying colors with colorsys library (don’t use all hue range).