Commit 8950e69a by BellCodeEditor

save project

parent 231ef1a3
Showing with 2 additions and 2 deletions
def func(n): def func(n):
...@@ -3,7 +3,7 @@ def func(n): ...@@ -3,7 +3,7 @@ def func(n):
return 1 return 1
sum=func(n-1)+func(n-2) sum=func(n-1)+func(n-2)
return sum return sum
print(func(8)) print(func(21))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment