Commit 3539b734 by BellCodeEditor

save project

parent d945aaaf
Showing with 4 additions and 3 deletions
...@@ -11,11 +11,11 @@ while True: ...@@ -11,11 +11,11 @@ while True:
name = input("名字:") name = input("名字:")
print('*'*30) print('*'*30)
if name in score : if name in score :
for k,v in a.items(): info=score[name]
for k,v in info.items():
print(k,v) print(k,v)
print('*'*30) print('*'*30)
elif: elif name == "q":
if name == "q"
break break
else: else:
print('输入错误') print('输入错误')
\ 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