Commit a9043186 by BellCodeEditor

save project

parent 0d12223b
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ if k in cost:
if float(v)<cost[k]:
cost[k]=float(v)
print(k+'降价了,现价'+str(v)+'元')
elif float(v)=cost[k]:
elif float(v)==cost[k]:
print("一样多")
else:
print(k+'涨价了,我们不买')
......
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