Commit 215049b3 by BellCodeEditor

save project

parent 25e6739f
Showing with 0 additions and 7 deletions
for k in score.keys():
print(k)
for v in score.values():
print(v)
for k,v in score.goods ():
print(k,v)
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