Commit 3d34064b by BellCodeEditor

save project

parent 9ed85b40
Showing with 5 additions and 0 deletions
dict = {'可口可乐':'3','矿泉水':'3','果冻':'2','巧克力':'9'}
k = imput('你要买什么?')
if k in dict:
print('叮-您的'+k+'请支付'+str([k]))+''
\ 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