In this Python Turtle Project you are going to use recursion to draw a colorful drawing as shown. You may also need to use colorsys library to convert HSV colors
Draw a yellow flower with 5 petals. Check here to find an easier project that draws a single petal. Also check out the tutorial on drawing a single petal.