Commit da736db3 by BellCodeEditor

save project

parent 4e1ed76a
Showing with 2 additions and 2 deletions
...@@ -7,10 +7,10 @@ name=input("名字:") ...@@ -7,10 +7,10 @@ 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]
......
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