Print Fibonacci Series in Python

What is fibonacci series Formula

Write a Program in Python to Print Fibonacci sequences.

Output

How many terms the user wants to print? 9
Congratulations! The Fibonacci series of the numbers is:
0
1
1
2
3
5
8
13
21