Commit 86d709a9 by BellCodeEditor

auto save

parent f05055d7
Showing with 10 additions and 3 deletions
......@@ -12,4 +12,12 @@ def new_input():
else:
total.append(unit)
print(total)
new_input()
\ No newline at end of file
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