Commit ed8fbaae by BellCodeEditor

save project

parent 0b7e92b4
Showing with 7 additions and 0 deletions
# 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~ # 神奇百货中的物品已经帮你创建好啦,接下来要看你的了~
dict= {'矿泉水':250,'老八秘制小汉堡':250,'奥力给':250,'小鸟伏特加':250,'烤地瓜':250,'烤面筋':250,'旺仔牛逼糖':250,}
sb=input("来了!小老弟!")
if sb in dict:
print("你的"+sb+"要"+str(sb)+"钱"+"快点给!")
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