Commit fd82be7b by BellCodeEditor

auto save

parent ba5456d2
Showing with 3 additions and 2 deletions
...@@ -12,7 +12,7 @@ print("*" * 30) ...@@ -12,7 +12,7 @@ print("*" * 30)
if name in score: if name in score:
m=score[name] m=score[name]
for k, v in m.items(): for k, v in m.items():
print(k,v) print(k,v)
print("*" * 30) print("*" * 30)
else: else:
print("you can't") print("you can't")
\ 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