Commit 687a59d7 by BellCodeEditor

save project

parent 60d91077
Showing with 3 additions and 3 deletions
......@@ -3,12 +3,12 @@ while True:
k=input("输入人名:")
v=input("输入人价:")
if k in frint:
if int(v<frint):
if int(v)<frint[k]:
frint[k]=int(v)
print("最低价已更新")
else
else:
print("最低价没变")
else
else:
frint[k]=int(v)
print("已填加新人")
......
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