Commit 46dc3294 by BellCodeEditor

save project

parent 1f1b47c6
Showing with 33 additions and 0 deletions
sb={'香蕉':12,'屎':88,'苹果':12,'屁':87,'尿':90,'你妈':999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999}
l=input('水果:')
o=input('价钱')
if l in sb:
if int(o) > sb[l]:
print('omg,买它')
else:
print('忒贵了,不买')
else:
sb[l]=o
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