Untitled

 avatar
unknown
plain_text
2 years ago
136 B
9
Indexable

from collections import Counter

counts = Counter(file)

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