Project Management

Using the print(), loops, conditionals, and classes concepts & syntax we covered this week, write a script that outputs a Fibonacci sequence (Links to an external site.) (every number after the first two is the sum of the two preceding ones: 1, 1, 2, 3, 5, 8, 13, …) through the first 20 iterations.

https://www.mathsisfun.com/numbers/fibonacci-sequence.html