Skip to content
Snippets Groups Projects
Commit 6e3d6f60 authored by PRANESH  KUMAR  N's avatar PRANESH KUMAR N
Browse files

Upload New File

parent 00611c79
No related branches found
No related tags found
No related merge requests found
S = input("enter the string:")
l = set()
for i in S:
if i not in l:
print(i,":",S.count(i))
l.add(i)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment