Commit 0460425d by BellCodeEditor

save project

parent c2cd4f1a
Showing with 14 additions and 2 deletions
input("王馨怡爱人:ZXY and ") score={'xiao罗':97,'布洛克':98,'瑟奇':99,'布耶尔':114514}
\ No newline at end of file while True:
k=input("名字:")
c=input("分数:")
if k in score:
if int(c)>score[k]:
score[k]=int(c)
print("太强了")
else:
print("仁济")
else:
score[k]=int(c)
print(score)
\ 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