Commit 38b8c3a7 by BellCodeEditor

save project

parent 1a6fcf95
Showing with 13 additions and 0 deletions
i={"晓":100,"李":90,"孔":22,"浩":999}
k=input("名")
v=input("分")
if k in i:
if int(v)<i[k]:
i[k]=int(v)
print(k+'分低'+v+"重考")
else:
print(k+'分高'+v+"录取")
else:
i[k] = int(v)
print(k+"无法录取")
\ No newline at end of file
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