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

Update cse16249_ex3_1.py

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