Commit 09e50701 by BellCodeEditor

save project

parent 9528e344
Showing with 3 additions and 3 deletions
...@@ -5,5 +5,5 @@ def func(n): ...@@ -5,5 +5,5 @@ def func(n):
Value = func(n-1)+func(n-2) Value = func(n-1)+func(n-2)
return Value return Value
result = func(20) result = func(20)
print(result) print(result)
\ No newline at end of file \ 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