Commit e8cb7f53 by BellCodeEditor

save project

parent 5f3f0c05
Showing with 6 additions and 0 deletions
dict={"可口可乐":2,"旺仔牛逼糖":26,"雷碧":28,"农夫山贼":99,"坤坤烤肉":999999999999999}
k=input("你买什么?")
if k in dict:
print(k+str(dict[k])+"元")
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