Проверьте, содержит ли слово слово в списке Python
if any(word in 'some one long two phrase three' for word in list_):
Worried Wildebeest
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_):