← Code LabPython0/50 solved · 0%
Collections · medium

29. Counter and defaultdict

Specialized containers from collections.

Write `most_common_symbol(symbols)` returning the single most frequent string in the list using `collections.Counter`.
Required in your answer: Counter(