In this tutorial we are show you how to draw random mountain curves: The general idea is to define a recursive function that draw mountain curve given two end points.
Draw a five pointed star fractal that have nested five pointed star as shown. Hint: Create a function that draws five pointed star in any location, orientation, and size. Source