Skip to content
Snippets Groups Projects
Commit 6ddf3692 authored by aslesha's avatar aslesha
Browse files

Add new file

parent bf1b32b1
No related branches found
No related tags found
No related merge requests found
Pipeline #171 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