Commit fbea8d65 by BellCodeEditor

save project

parent ba5a68e7
Showing with 2 additions and 2 deletions
...@@ -6,8 +6,8 @@ def func(n): ...@@ -6,8 +6,8 @@ def func(n):
elif n>2: elif n>2:
ellipsis=func(n-1)+func(n-2) ellipsis=func(n-1)+func(n-2)
return ellipsis return ellipsis
result=func(6)
print(result) print(func(6))
......
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