Concepts

Counter

A Python built-in class (from the `collections` module) that counts how many times each item appears in a sequence and stores the results as a dictionary.

Return to all terms