Commit 67bbf3c4 by BellCodeEditor

save project

parent d78836ca
Showing with 2 additions and 1 deletions
......@@ -6,5 +6,5 @@ def sum_numbers(n):
return 1
value=sum_numbers(n-1)+n
return value
a=sum_numbers(10)
a=sum_numbers(999)
print(a)
\ 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