Commit 5c16d9d5 by BellCodeEditor

save project

parent 9d578780
Showing with 9 additions and 0 deletions
...@@ -8,3 +8,12 @@ for i in score: ...@@ -8,3 +8,12 @@ for i in score:
for k,v in info.items(): for k,v in info.items():
print(k,v,end="") print(k,v,end="")
print() print()
i=input('请输入名字)
if i in score:
print(i,end='')
info=score[i]
for k,v in info.items():
print(k,v,end="")
else:
print("此人不在成绩单里")
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