Commit ce01d1e5 by BellCodeEditor

save project

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