Commit a3a8520b by BellCodeEditor

auto save

parent a7ae4fa4
Showing with 10 additions and 0 deletions
a={'a':1,'s':2}
q=input("水果")
p=int(input('价格'))
if q in a:
if float(p)>a[q]:
print('不买')
if float(p)<a[q]:
print()
a[q]=p
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