In this project, we are generate several Julia Sets by varying the constant c in the normal Julia Set function. Turtle will be too slow to do this work. Instead
Use Python and Turtle and Random library to draw the 50 random Rhombus shapes as shown in the following figure. Hints: Make a function that draws a rhombus given the
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.