News

JahirKhan87 / Write-a-Python-program-to-get-the-Fibonacci-series-between-0-to-50 Public Notifications You must be signed in to change notification settings Fork 1 ...
#Write a python program to print the Fibonacci series and also check if a given input number is Fibonacci number or not. import math#importing the math function n=int(input("Enter the Number of terms ...