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

Inital commit

parent 1af9d17a
No related branches found
No related tags found
No related merge requests found
f=open("sw.txt","r")
d={}
s=(f.read())
i=0
for i in s.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