Commit bde39fc0 by BellCodeEditor

save project

parent e325b46e
Showing with 9 additions and 0 deletions
...@@ -23,3 +23,12 @@ for i in score: ...@@ -23,3 +23,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