Commit a385eeb7 by BellCodeEditor

save project

parent e9ee211f
Showing with 1 additions and 1 deletions
...@@ -7,4 +7,4 @@ def sum_numbers(n): ...@@ -7,4 +7,4 @@ def sum_numbers(n):
return 1 return 1
a=sum_numbers(n-1)+n a=sum_numbers(n-1)+n
return a return a
print(sum_numbers(998)) print(sum_numbers(4))
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