Commit 4f55a590 by BellCodeEditor

save project

parent 5526c177
Showing with 5 additions and 2 deletions
score = {'语文':91,'数学':88,'英语':85}
s1 = {'语文':0,'数学':0,'英语':0}
s2 = {'语文':100,'数学':100,'英语':100}
s3 = {'语文':110,'数学':110,'英语':110}
k={'周子然':s3,'杨金涛':s2,'谢憨憨':s1}
score=k['杨金涛']
for k,v in score.items():
print(k,v)
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