Commit 3adf42fb by BellCodeEditor

auto save

parent 1cd6ac9f
Showing with 2 additions and 2 deletions
...@@ -7,4 +7,4 @@ def sum_numbers(num): ...@@ -7,4 +7,4 @@ def sum_numbers(num):
sum=num+sum_numbers(num-1) sum=num+sum_numbers(num-1)
return sum return sum
sdw=sum_numbers(10) sdw=sum_numbers(10)
print(sdw) print(sdwsa)
\ No newline at end of file \ 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