Commit d4892d23 by BellCodeEditor

save project

parent a26b2190
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ while True:
if name in score:
for k,v in score[name].items():
print(k,v)
print("*"*89)
print("*"*89)
elif name=="q":
break
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