Commit 1f92a740 by BellCodeEditor

save project

parent 6b7a35bb
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ v=input('money')
if k in cost:
if float(v)<cost[k]:
cost[k]=float(v)
print(k+'jiang,x'+v='yuan')
print(k+'jiang,x'+v+'yuan')
else:
print(k+'zhang')
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