Commit a6b98763 by BellCodeEditor

save project

parent 6f3e51f0
Showing with 3 additions and 3 deletions
score={"小王":82,"小美":100,"小民":78}
for k,v in score.items()
print(k,v)
\ No newline at end of file
for k,v in score.items():
print(k,v)
\ 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