Commit 57fce56a by BellCodeEditor

save project

parent ed055ef0
Showing with 2 additions and 1 deletions
...@@ -5,6 +5,6 @@ for k in score: ...@@ -5,6 +5,6 @@ for k in score:
print(score.values()) print(score.values())
for i in score.values(): for i in score.values():
print(i) print(i)
print(score.items()) print(scoreeeeeee.items())
for x,y in score.items(): for x,y in score.items():
print(x,y) print(x,y)
\ 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