Commit 69c9f2f9 by BellCodeEditor

save project

parent b7498cbe
Showing with 1058 additions and 0 deletions
...@@ -17,3 +17,1061 @@ while True : ...@@ -17,3 +17,1061 @@ while True :
break break
else: else:
print('输入错误') print('输入错误')
name = input("名字:")
info=score[name]
for k,v in info.items():
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