results = {
  "gengyang": { "maths": 10, "english": 15},
  "ensheng": {"maths": 12, "english": 10},
  "jordan": {"maths": 9, "english": 13}
  }

How do you get gengyang's maths scores ?

Thank you ...
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to