Skip to content
Snippets Groups Projects
Commit 2d782fd9 authored by aslesha's avatar aslesha
Browse files

e2 q2

parent 836148ca
No related branches found
No related tags found
No related merge requests found
Pipeline #160 canceled
from collections import Counter
s=input()
for i in range(len(s)):
k=s.count(s[i])
print(k,s[i])
print(Counter(s))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment