I have the dictionary {'Bill': 4, 'Alex' : 4, 'Bob' : 3, "Charles": 7}
I need to sort this dictionary first numerically, then within that, alphabetically. If 2 items have the same number key, they need to be sorted alphabetically.
The output of this should be Bob, Alex, Bill, Charles
I tried using lambda, list comprehension, etc but I can't seem to get them to sort correctly.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…