Commit 5a5ba888 by BellCodeEditor

save project

parent 2a79e771
Showing with 2 additions and 2 deletions
......@@ -18,5 +18,5 @@ def func(n):
else:
a=func(n-1)+func(n-2)
return a
return=func(2)
print(return)
n=func(2)
print(n)
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