Skip to content
Snippets Groups Projects
Select Git revision
  • 9a58259515c32d9f8bf27b7c9b438e2d71f255a7
  • master default protected
2 results

AuthenticationController.js

Blame
  • CSE16237_Ex03_q1.py 143 B
    path='/home/student4/sw.txt'
    sw_file=open(path,'s')
    e={}
    occ=sw_file.readlines()
    for j in occ:
    	if j in d:	
    		d[j]+=1
    	else:
    		d[j]=1
    print(e)