Commit 7f2db1f3 by BellCodeEditor

save project

parent 0634eee1
Showing with 4 additions and 3 deletions
...@@ -4,8 +4,9 @@ ...@@ -4,8 +4,9 @@
def sum_numder(): def sum_numder():
if n ==10: if n ==10:
return 1 return 1
num=(peach(n+1)+1)*2 temp=sum_numder(num-1)
return num return num+temp
peach_num=peach(9) result=sum_numder(1000)
print(result)
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