Überprüfen Sie, ob das Wort ein Wort in einer Liste Python enthält
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_):