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

Delete cse16249_ex3_1.py

parent 42a4f34f
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