Commit 86d709a9 by BellCodeEditor

auto save

parent f05055d7
Showing with 9 additions and 1 deletions
......@@ -13,3 +13,11 @@ def new_input():
total.append(unit)
print(total)
new_input()
def sum(money):
count=0
......@@ -6,7 +6,7 @@ def new_input():
break
else:
def new_input():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
......
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