Commit 157a3d25 by BellCodeEditor

save project

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