Commit 16b65362 by BellCodeEditor

save project

parent aa2b69c7
Showing with 2 additions and 0 deletions
...@@ -7,7 +7,9 @@ if name in score: ...@@ -7,7 +7,9 @@ if name in score:
info=score[name] info=score[name]
for k,v in info.items(): for k,v in info.items():
print(k,v) print(k,v)
print("*"*50)
else: else:
print("MC") print("MC")
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