Commit 7078ed24 by BellCodeEditor

save project

parent 8ee9aa33
Showing with 1 additions and 1 deletions
......@@ -8,5 +8,5 @@ def peach(n):
num = (peach(n+1)+1)*2
return num
peach_num = peach(28)
peach_num = peach(8)
print(peach_num)
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