In a previous project, we drew a star fractal with recursion. A tutorial and source code were provided in that project. Based on the code, draw the following colorful star
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
Fibonacci sequence is a series of numbers with each number being the sum of previous two numbers. The first numbers are 1, 1. Here is the first 10 numbers in