Commit 32dd59be by BellCodeEditor

auto save

parent 9daa9778
Showing with 1 additions and 1 deletions
...@@ -7,5 +7,5 @@ def sum_numbers(n): ...@@ -7,5 +7,5 @@ def sum_numbers(n):
return 1 return 1
last = sum_numbers(n-1)+n last = sum_numbers(n-1)+n
return last return last
print(sum_numbers(10)) print(sum_numbers(998))
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