Commit d6d38638 by BellCodeEditor

save project

parent 70a3a7b8
Showing with 2 additions and 0 deletions
...@@ -7,7 +7,9 @@ while True: ...@@ -7,7 +7,9 @@ while True:
if a in score: if a in score:
f=score[a] f=score[a]
for s,d in f.items(): for s,d in f.items():
print('*'*10)
print(s,d) print(s,d)
print('*'*10)
break break
else: else:
print("魔") 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