Commit ed455651 by BellCodeEditor

auto save

parent 1e66ce3d
Showing with 4 additions and 4 deletions
# 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~
dict= {'鸡汤':9999,'穿山甲':90909009,'米老鼠':'辣条':0.5,'巴西烤肉':2,'果冻':4,'乐事':5,'粤利粤':10,'巧克力':6}
dict= {'鸡汤':9999,'穿山甲':90909009,'米老鼠':12,'辣条':0.5,'巴西烤肉':2,'果冻':4,'乐事':5,'粤利粤':10,'巧克力':6}
j=input("你要买什么?")
if j in dict:
prink("啊哈哈哈哈哈哈哈,"+j+"来了"+"我是炊逝员,NN的需要支付"+str(dict[j]))
print("啊哈哈哈哈哈哈哈,"+j+"来了"+"我是炊逝员,NN的需要支付"+str(dict[j]))
else:
prink()
\ No newline at end of file
print("炸屎你")
\ No newline at end of file
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