Skip to content
Snippets Groups Projects
Commit 308d1bc1 authored by SREERAM KEERTHAN PARUCHURU's avatar SREERAM KEERTHAN PARUCHURU
Browse files

Initial commit

parent a46fda2f
No related branches found
No related tags found
No related merge requests found
f=open("sw.txt","r")
d={}
for i in f.read().split():
if(i in d.keys()):
d[i]+=1
else:
d[i]=1
print(d)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment