Commit e96f0d08 by BellCodeEditor

save project

parent 64e33ece
Showing with 8 additions and 0 deletions
def a(n):
if a == 5:
return 1
b = (a(n+1)+1)*2
return b
a_b = a(b)
print(a_b)
\ 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