Commit 3d652a06 by BellCodeEditor

save project

parent 75eae9c6
Showing with 8 additions and 8 deletions
try:
total = [] total = []
except() except()
def sb(): def sb():
while True(): while True():
unit=input("价格多少") yr
if unit==("p"): unit=input("价格多少")
break if unit==("p"):
else: break
total.append(total) else:
total.append(total)
else: else:
print("sb,输入数字") print("sb,输入数字")
sb(): sb():
......
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