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

Delete cse16259_e2_2.py

parent 2d782fd9
No related branches found
No related tags found
No related merge requests found
Pipeline #161 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