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.
Write a program that draw a diamonds suit shape with Python and Turtle. Please note that four sides are curves not straight lines. A more challenging task is to make