Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. final_output = [x for x in output if w in fp_words not in x['text']]
  2.  
  3. TypeError: 'in <string>' requires string as left operand, not list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement