Commit 28a14fcd by BellCodeEditor

auto save

parent 1a2d2c4a
Showing with 8 additions and 0 deletions
score = {'语':100,'数':100,'英':100}
for b in score.keys():
print(b)
for a in score.values():
print(a)
for a,b in score.items():
print(a,b)
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