Question: Python function: Write a function for Fibonacci number. If we input Fib(4), it should return the result: [1,1,2,3] . Assume n will always be greater
Python function: Write a function for Fibonacci number. If we input Fib(4), it should return the result: [1,1,2,3] . Assume n will always be greater than zero
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
