counter:
A Counter is a container that keeps track of how many times equivalent values are added. It can be used to implement the same algorithms for which bag or multiset data structures are commonly used in other languages. http://www.doughellmann.com/PyMOTW/collections/counter.html