check if all words are part of list pytho code example
Example: check if word contains a word in a list python
if any(word in 'some one long two phrase three' for word in list_):
if any(word in 'some one long two phrase three' for word in list_):