Commit 9ae7647e by BellCodeEditor

save project

parent bc596b2b
Showing with 4 additions and 4 deletions
score = {'语文':56,'数学':2,'english':32 } score = {'语文':1,'数学':0,'english':0 }
for i in score: for v,i in score.items():
print(i) print(v,i)
\ No newline at end of file \ 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