Commit 054094f9 by BellCodeEditor

save project

parent 4403e7b0
Showing with 1 additions and 1 deletions
# 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~
dict= {'可口可乐':300,'旺仔牛奶':400,'农夫山泉':100,'辣条':300,'巴西烤肉':200,'果冻':400,'乐事':500,'奥利奥':1000,'巧克力':600}
k=input("卧似泥蝶,泥药神🐴")
k=input("你要什🐴")
if k in dict:
print('你买的'+k+'需要'+str(dict[k])+'元')
else:
......
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