Commit 68fd17d6 by BellCodeEditor

save project

parent 5129eaa0
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ if name in score: ...@@ -8,6 +8,7 @@ if name in score:
print("*"*30) print("*"*30)
for k,e in a.items(): for k,e in a.items():
print(k,e) print(k,e)
print("*"*30)
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