Use colorsys library draw colored Vicsek Fractal. Fix saturation and value, change hue gradually from 0 to 1 from center to the outer edge. Source Code:
Draw a random mountain curve given two end points. Tutorial for this project available: How to Draw Random Mountain Curves with Python and Turtle What’s next:Draw Blue Sky, Mountains, Clouds
In this Python Turtle project, you are going to use recursion to draw the following shape. Observe the picture very carefully and find out the recursive pattern. Related Project: Recursive