Also called as Heighway Dragon, it is a fractal shape that was researched by NASA scientists. It is very similar to the dragon curve project, except that the recursive cursing
Draw the Octaflake fractal with recursion and Turtle library. The following shows Octaflake in various recursion depths: Instead of stopping the recursion by recursion depth, you can also stop the
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