Commit dbb4b845 by BellCodeEditor

save project

parent 5e8f192a
Showing with 1 additions and 1 deletions
dict={"农夫山泉":1,"怡宝":1,"冰淇淋":5,"雪糕刺客":1000000000}
dict={"农夫山泉":1,"怡宝":1,"冰淇淋":5,"雪糕刺客":1000000000,"哈根达斯":25,"钟薛高":30,"蒋承阳":1,"伏特加":10000}
k=input("你想吃什么")
if k in dict:
print(k+"要"+str(dict[k])+"元")
......
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