Python Program To Count The Frequency of Words From A Text File
AI-enhanced title
# from a file..
lst = cont.split()
nwlst = []
for j in range(len(lst)):
nwlst.append(lst[j].upper())
eplst = []