Commit 6ae7834b by BellCodeEditor

save project

parent a087544e
Showing with 9 additions and 4 deletions
total = []
def new_input(): def new_input():
total = []
while True:
money = input("请输入(q退出):")
if money == 'q':
break
else:
try:
money()
while True: unit= int(input("请输入:"))
try:
unit= int(input("请输入价格:"))
except[]: except[]:
print:("no") print:("no")
......
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