Commit a087544e by BellCodeEditor

auto save

parent 366c722b
Showing with 4 additions and 4 deletions
total = []
def new_input(): def new_input():
total = []
try:
unit= int(input("请输入商品价格:")) while True:
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