Skip to content
Snippets Groups Projects
Commit 8321fe1d authored by Vivin Balaji K S 's avatar Vivin Balaji K S
Browse files

Upload New File

parent a8bad7e9
No related branches found
No related tags found
No related merge requests found
Pipeline #109 canceled
a=input("Enter the string")
print(a)
mylist=[]
for b in a:
if b not in mylist:
mylist.append(c)
for c in mylist:
print(b," ",a.count(b),end=' ')
print()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment