Commit 30b06425 by BellCodeEditor

save project

parent 5e936f63
Showing with 1373 additions and 0 deletions
...@@ -6,4 +6,1376 @@ def func(n): ...@@ -6,4 +6,1376 @@ def func(n):
elif n>2: elif n>2:
num = func(n-1)+func(n-2) num = func(n-1)+func(n-2)
return num return num
print(func(15)) print(func(15))
\ No newline at end of file
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