Commit 60d91077 by BellCodeEditor

save project

parent 83b73772
Showing with 64 additions and 0 deletions
frint={'Tony':1,'王乙丞':0.5}
while True:
k=input("输入人名:")
v=input("输入人价:")
if k in frint:
if int(v<frint):
frint[k]=int(v)
print("最低价已更新")
else
print("最低价没变")
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