Search
A Counter is a utility in Python which calculates and maintains the count of items in a list, tuple, set or string.
Counter also provides methods that can help us get the most common elements.