Write a Python function that returns the nth Fibonacci number, where n is an integer passed as a parameter to the functi
Posted: Mon May 09, 2022 6:33 am
Write a Python function that returns the nth Fibonacci number, where n is an integer passed as a parameter to the function. [6 marks]