Commit ace0803c by BellCodeEditor

save project

parent a7e3df82
Showing with 1 additions and 1 deletions
dict= {'胃':700000,'大脑':1500000,'肺':500000,'胆囊':400000,'胰腺':1000000,'大肠':1050000,'小肠':500000,'阴茎':100000,'眼球':500000}
dict= {'胃':700000,'大脑':1500000,'肺':500000,'胆囊':400000,'胰腺':1000000,'大肠':1050000,'小肠':500000,'阴茎':100000,'眼球':500000,'牙'50}
j=input('买什么')
if j in dict:
print("你买的东西"+j+"花费"+str(dict[j])+"元~")
......
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