icon: package
collections.Counter(iterable)
Return a dict containing the counts of each element in iterable.
dict
iterable
collections.deque
A double-ended queue.