Programming Examples
Python program that receives a Fibonacci series term and returns a number telling which term it is
Write a Python program that receives a Fibonacci series term and returns a number telling which term it is . for instance, if you pass 3, it return 5, telling it is 5th term; for 8, it returns 7.
Output/ Explanation:
Enter any Element : 8
Element 8 Found at : 7 Position