Write a function fib( n ) to generate n number of Fibonacci sequence, return the sequence as a list.
Hint: The Fibonacci sequence is a sequence of numbers where the next number in the sequence is the sum of the previous two numbers in the sequence. The sequence looks like this: 1, 1, 2, 3, 5, 8, 13, 21…
Answers
Answered by
0
Answer:
I don't know this answer for your question
Similar questions
Math,
5 months ago
Chemistry,
5 months ago
Social Sciences,
5 months ago
Social Sciences,
11 months ago
History,
11 months ago
Biology,
1 year ago
Physics,
1 year ago