Question: only python Write a function called fib (n) that takes as input an integer n (greater than 1) and creates a list containing n values
only python

Write a function called fib (n) that takes as input an integer n (greater than 1) and creates a list containing n values such that a[0]=1a[1]=1a[i]=a[i1]+a[i2]foralliintherange1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
