Commit b8dea09a by BellCodeEditor

save project

parent 616a9af7
Showing with 43 additions and 0 deletions
dist={'可口可乐':,'旺仔牛奶'4,'农夫山泉':1,'辣条':3,'咯与我国特':8,'傻逼'100000000000}
a=input("你要买什么:")
if a in dict:
print('您要的商品是'+"""+"”"+"价格是:"+str(dict[a])+元)
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