We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5346b commit f697bdaCopy full SHA for f697bda
recursion-nth-fibonacci.py
@@ -11,4 +11,4 @@ def getNthFib(n):
11
if n == 1:
12
return defaultArray[0]
13
else:
14
- return defaultArray[1]
+ return defaultArray[1]
0 commit comments