Commit 94d00878 by BellCodeEditor

save project

parent fe4a47d2
Showing with 7 additions and 0 deletions
dict={'忘仔牛逼奶':900,'百事可乐':3,'可口可乐':3,'贱达巧克力':10,'KFC':99999}
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