Generate a random polygon with many sides and randomly drop point on the screen. If the point falls inside the polygon color it in red, otherwise color it in blue.
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.
Golden Ratio is a number fib(n+1)/fib(n) will converge to, where fib(n) represents n-th fibonacci number. The value is (1+sqrt(5))/2 ≈ 1.61803398875. In similar style to fibonacci tiling, draw a golden