Commit 52f01e94 by BellCodeEditor

save project

parent 794bd5a3
Showing with 2 additions and 2 deletions
def again() :
def new_input() :
total = []
while True:
money=input("请输入(q退出):")
......@@ -14,7 +14,7 @@ def again() :
finally:
print("="*30)
return total
result=again()
result=new_input()
print(result)
def sum(money):
count=0
......
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