Commit e73deb5e by BellCodeEditor

auto save

parent 284fd835
Showing with 13 additions and 0 deletions
shu={"香蕉":3,"苹果":2,"葡萄":5,"火龙果":6}
k=input("请输入水果的名称")
v=input("请输入水果的价钱")
if k in shu:
if float(v)<shu(k):
shu[k]=float(v)
print(k+"降价了,现价"+v+"元")
else:
print(k+"涨价了,我们不买")
else:
shu[k]=float(v)
print(k+"的价钱"+v+"已上传")
\ 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