Commit 5b1c3672 by BellCodeEditor

save project

parent 77cb8e69
Showing with 1 additions and 1 deletions
......@@ -12,7 +12,7 @@ name=input("请输入你要查询的名字")
if name in score:
info=score[name]
print("*"*30)
for k,v info.times
for k,v info.items()
print(k,v)
else:
print("错误")
......
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