Commit 08aaea4a by BellCodeEditor

auto save

parent 1bc37d24
Showing with 1 additions and 1 deletions
# 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~
dict= {'可口可笑':3,'旺仔牛逼奶':4,'农夫地泉':1,'辣条':3,'老八烤肉':2,'果东':4,'乐逝':5,'粤利粤':10,'巧克为':6}
dict= {'可口可笑':3,'旺仔牛逼奶':4,'农夫地泉':1,'辣条':114514,'老八烤肉':2,'果东':4,'乐逝':5,'粤利粤':10,'巧克为':6}
j=input("你要买什么?")
if j in dict:
print(dict[j])
......
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