Sunday, February 10, 2019

Fibonacci Series (in Python)

Q. Write a Python program to generate the first n terms of the Fibonacci Series.

Solution:

Program to generate first n terms of the Fibonacci Series.

Code: