Untitled

mail@pastecode.io avatar
unknown
plain_text
2 years ago
136 B
5
Indexable

from collections import Counter

counts = Counter(file)

for digit, count in counts.items():
    print("cyfra:",digit, "ilosc:", count)