Fibonacci

Generate a list that holds the first 10 Fibonacci numbers. Each number comes from the sum of the previous two numbers.

The sequence begins with 1, 1, 2, 3, 5....

You must use a loop. You do not have to create a function.




©2017 Graham Mitchell