Commit ba5ce05c by BellCodeEditor

save project

parent 438c0a73
Showing with 3 additions and 0 deletions
...@@ -11,3 +11,5 @@ if name in score: ...@@ -11,3 +11,5 @@ if name in score:
print(name+":") print(name+":")
for k,v in score[name]: for k,v in score[name]:
print(k+":"+str(v)) print(k+":"+str(v))
else:
print("输入错误")
\ 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