Commit fa293558 by BellCodeEditor

save project

parent 0f53c1f3
Showing with 10 additions and 0 deletions
def add(num,a):
a+=num
num-=1
if num==0:
print(a)
else:
add(num,a)
add(995,0)
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