Skip to content
Snippets Groups Projects
Commit 7c6f276a authored by K V Ragul's avatar K V Ragul
Browse files

assignment done

parent 89295a95
No related branches found
No related tags found
No related merge requests found
Pipeline #94 canceled
dicti1={}
str=input("Enter string:")
for i in str:
if i in dicti1 :
dicti1[i]+=1
else:
dicti1[i]=1
print(dict1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment