Commit 4e1ed76a by BellCodeEditor

save project

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