Commit cc548f53 by BellCodeEditor

save project

parent 469f76cc
Showing with 7 additions and 0 deletions
dict={'黑金':3,'可可':4,'救济款':1,'K金':3,}
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