Skip to content
Snippets Groups Projects
Commit 14bb6bef authored by aslesha's avatar aslesha
Browse files

Delete cse16259_e2_2.py

parent 6ddf3692
Branches
No related tags found
No related merge requests found
Pipeline #172 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