Commit f6c29a28 by BellCodeEditor

save project

parent c617edeb
Showing with 2 additions and 2 deletions
...@@ -6,5 +6,5 @@ for a in score.keys(): ...@@ -6,5 +6,5 @@ for a in score.keys():
print(a) print(a)
for a in score.valuse(): for a in score.valuse():
print(b) print(b)
for a in score.items(): for b,c in score.items():
print(ab) print(b,c)
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