Commit bfb458f9 by BellCodeEditor

save project

parent c5746aeb
Showing with 9257 additions and 1 deletions
......@@ -14,8 +14,9264 @@ def new_input():
finally:
print("-"*30)
return total
def sum(money):
count=0
for i in money:
count=count+i
return count
result=new_input()
print(result)
pay=sum(result)
print("恭喜您成为第999为客户"+str(pay)+"不用花钱")
......
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