I’ve seen simpler examples of this but I’m trying to get a bit more complex and can’t work it out. If I have an OrderedDict in which the key describes a person and the value is a list of their [age, gender, hairColor]. What I want is to sort the OrderedDict first by age, then by gender, and then by