Commit a1daedac by BellCodeEditor

save project

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