Commit 6d9335fb by BellCodeEditor

save project

parent 064d37f3
Showing with 10 additions and 5 deletions
total = []
tot={'糖':2}
def asd():
def d():
total = []
while True:
unit= input("请输入:")
if unit== 'q':
if unit=='q':
break
try:
int(input("菜名"))
except:
print("输入菜名")
else:
tot['']=unit
print("total")
d()
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