Commit 60e5a9e8 by BellCodeEditor

save project

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