Код: Выделить всё
from collections import Counter
C = Counter()
Код: Выделить всё
main.py:3: error: Need type annotation for "C" [var-annotated]
Found 1 error in 1 file (checked 1 source file)
Подробнее здесь: https://stackoverflow.com/questions/779 ... ns-counter