Commit d28af250 by BellCodeEditor

auto save

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