def F(n):
if n == 1: return 1
elif n == 2: return 1
else: return F(n-1) + F(n-2),so f(5) equal to what
Not the question you are looking for? Ask here!
Enter question by text
Enter question by image
Unlock Smarter Learning with AskSia Super!
Join Super, our all-in-one AI solution that can greatly improve your learning efficiency.