Commit fb323b0d by BellCodeEditor

auto save

parent 7ddd2cac
Showing with 7 additions and 0 deletions
dict={'可乐':3,'旺仔':4'水'1'辣条'3'果冻'4}
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