Commit 9c0fe9eb by BellCodeEditor

save project

parent ec806883
Showing with 6 additions and 0 deletions
dict={"泡面":3,"薯条":1,"汉堡":8,"三明治":0}
b=input("这里血赚,赶紧来买!!!")
if b in dict:
print(b+","+str(dict[b])+"元")
else:
print("没有找到")
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