Commit da736db3 by BellCodeEditor

save project

parent 4e1ed76a
Showing with 2 additions and 2 deletions
......@@ -7,10 +7,10 @@ name=input("名字:")
print("*"*30)
if name in score:
score=score[name]
for k, v in score.items()
for k, v in score.items():
print(score)
print("*"*30)
else
else:
print("查无此人")
#info=score[name]
......
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