Verifique se a palavra contém uma palavra em uma lista 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_):