Commit f5143669 by BellCodeEditor

save project

parent 992c94eb
Showing with 1 additions and 1 deletions
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6,'斗罗大陆':42,'美年达':3} dict= {'可口可乐':3,'旺仔牛奶':4,'农夫山泉':1,'辣条':3,'巴西烤肉':2,'果冻':4,'乐事':5,'奥利奥':10,'巧克力':6,'斗罗大陆':42,'美年达':3}
k=input("请输入你想要的东西") k=input("请输入你想要的东西")
if k in dict: if k in dict:
print("您需要的"+k+"价格为"+str(dick[k])+"元") print("您需要的"+k+"价格为"+str(dict[k])+"元")
else: else:
print("没有您需要的商品") 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