Commit 62fdc0e9 by BellCodeEditor

save project

parent 16efc3b8
Showing with 2 additions and 1 deletions
......@@ -7,5 +7,5 @@ def sum_numbers(num):
sum_num = num + sum_numbers(num-1)
return sum_num
d = sum_numbers(99)
d = sum_numbers(q00)
print(d)
\ 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