How does most_common order entries when counts tie?from collections import Counter print(Counter('aabbbcc').most_common())