Commit 52f01e94 by BellCodeEditor

save project

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