Commit e3bbeb45 by BellCodeEditor

save project

parent b7498cbe
Showing with 12 additions and 2 deletions
...@@ -16,4 +16,14 @@ while True : ...@@ -16,4 +16,14 @@ while True :
print(k,v) print(k,v)
break break
else: else:
print('输入错误') print('输入错误')
\ No newline at end of file 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