Commit 539e481c by BellCodeEditor

save project

parent f93ff623
Showing with 4 additions and 1 deletions
dict={"北京烤日本":100,"八二年辣鸡":100000000000000000000000000000000}
dict={"北京烤日本":100,"八二年辣鸡":100000000000000000000000000000000,"钢铁骨头":200,"红烧核蛋":598,"铁锅炖蛋崽":5578794786,"爆炒jj爆":155000}
k=input('你想吃什么')
if k in dict:
print('滴滴~我的'+k+'不用支付'+str(dict[k])+'欧元~')
else:
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