Dear students,
In this video I have discussed a Python program to generate Fibonancci sequence of length N. This program is for beginners who are learning the Python programming.
The Fibonacci Sequence is a sequence of numbers in which each number (Fibonacci number) is the sum of the two preceding numbers.
The sequence typically begins with 0, 1, and then continues as follows:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, and so on.
If you don't know how to install Python IDLE to execute the Python programs, the watch the video given below:
https://www.youtube.com/watch?v=EEGxeseoUDY
If you come across any doubts, same can be asked in comment section of this video.