Commit dc3404a3 by BellCodeEditor

auto save

parent accc0a73
Showing with 3 additions and 2 deletions
def func(num):
def func(num):
......@@ -3,5 +3,5 @@ def func(num):
return 1
bbb = num + func(num-1)
return bbb
result = func(555)
result = func(99)
print(result)
\ 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