I have the following python code which almost works for me (I\'m SO close!). I have text file from one Shakespeare\'s plays that I\'m opening: Original text file:
\"Bu
There is a problem with your code. I think you mean:
for word in line.split(): #for each word in line.split() if words not in ResultList: #if a word isn't in ResultList