Hva er `Counter` fra collections?
Klikk for å snu kortet
Teller forekomster: `Counter(['a','b','a','c','a'])` ⇒\Rightarrow⇒ `Counter({'a':3, 'b':1, 'c':1})`. `.mostcommon(n).most_common(n).mostcommon(n)` gir de n vanligste.
Space / Enter for å snu