Commit 6a9a5948 by BellCodeEditor

save project

parent f997c2d1
Showing with 7 additions and 5 deletions
qwe={'qsd':1,'asd':2,'qxc':8} qwe={'f':1,'q':2,'t':8}
qwe['psd']=40 qwe['q']=4
qwe['zxc']=6 qwe['f']=5
if'asd'in qwe: k=input('你想要吃ha')
print(qwe) if k in qwe:
print('OK,your'+k+'要付'+str(qwe[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