Commit ffbf2e30 by BellCodeEditor

auto save

parent afd28dab
Showing with 2 additions and 1 deletions
...@@ -6,5 +6,5 @@ def sum_numbers(num): ...@@ -6,5 +6,5 @@ def sum_numbers(num):
return 1 return 1
num=num+sum_numbers(num-1) num=num+sum_numbers(num-1)
return num return num
print(sum_numbers(7)) print(sum_numbers(4))
\ 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