Commit ae98d998 by BellCodeEditor

save project

parent d42b340f
Showing with 7 additions and 2 deletions
dict={''} dict={'食品':1000,'可乐':998,'汉堡':149}
\ No newline at end of file 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