PYTHON
write a program to find the Fibonacci Series of numbers till 20.A Fibonacci series is: 0, 1, 1, 2, 3, 5, 8, 13 ......
Answers
Answered by
3
Answer:
hy
Explanation:
Example of Fibonacci Series: 0,1,1,2,3,5.
Output: Enter the terms 5 0 1 1 2 3.
Python Code:
Output: How many terms: 5. ...
Explanation: In the above Python program, we use recursion to generate the Fibonacci sequence.
↫↫↫↫↫ Hope it helps you
Plz mark me brainlist ↬↬↬↬↬
Similar questions