Programming Examples
Python program to generate a list of elements of Fibonacci Series
WAP a program to generate a list of elements of Fibonacci Series.
Solution
Output/ Explanation:
Enter the limit : 20
0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181