Challenge: Generate the First 20 Fibonacci Numbers
Write code to generate the first 20 Fibonacci numbers.
We'll cover the following...
Using list comprehension, write a program to generate the first 20 Fibonacci numbers:
- Input: