Commit f6c29a28 by BellCodeEditor

save project

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