Commit e3bbeb45 by BellCodeEditor

save project

parent b7498cbe
Showing with 11 additions and 0 deletions
...@@ -17,3 +17,13 @@ while True : ...@@ -17,3 +17,13 @@ while True :
break break
else: else:
print('输入错误') print('输入错误')
while True:
print('退q')
name = input('名;')
print('*'*30)
if name in score:
info = score[name]
for k,v in info.items():
print(k,v)
print('*' * 30)
elif name == 'q':
\ No newline at end of file
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