Commit 75e082b3 by BellCodeEditor

auto save

parent 8661b97a
Showing with 9 additions and 0 deletions
def addnum(num):
def addnum(num):
if num == 1:
return 1
teap = addnum(num-1)
return num + teap
print(addnum(4))
\ 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