Commit 7e255496 by BellCodeEditor

save project

parent 6d3f041c
Showing with 9 additions and 0 deletions
baihuo={'1块钱':1,'5块钱':5,'10块钱':10,'20块钱':20}
k=input('你大爷的,你吃啥子')
if k in baihuo:
print(k+'价格是'+str(baihuo[k]))
else:
print('滚')
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