Commit bde39fc0 by BellCodeEditor

save project

parent e325b46e
Showing with 10 additions and 2 deletions
...@@ -22,4 +22,13 @@ for i in score: ...@@ -22,4 +22,13 @@ for i in score:
print(i,end=' ') print(i,end=' ')
for k,v in info.items(): for k,v in info.items():
print(k,v,end=' ') print(k,v,end=' ')
print() print()
\ No newline at end of file
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