Periksa apakah Word berisi kata dalam daftar ular 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(x in string_to_search for x in listThat_contains_x):
print(x)