Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumPythoncollections Counter defaultdict dequeSingle-choice MCQ

How does most_common order entries when counts tie?

from collections import Counter print(Counter('aabbbcc').most_common())