Commit ec941f4e by BellCodeEditor

save project

parent 6e2ede3d
Showing with 8 additions and 0 deletions
score={'语文':91,'数学':88,'英语':85}
fov k,v in score.items():
#fov k in score.values():
#fov v in score.keys():
print(k,v)
#print(k)
#print(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