0

Please help me (python)

Write a program with python which computes the Fibonacci sequence of numbers 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ... through the recurrence relation f_n = f_{n-1} + f_{n-2} and the starting values f_1=1, f_2=1 .

10th Oct 2017, 4:21 PM
Dariush Shiri
Dariush Shiri - avatar
1 Odpowiedź
+ 4
Post your code. What have you tried and what error are you getting?
10th Oct 2017, 4:39 PM
AgentSmith