if any(word in 'some one long two phrase three' for word in list_):
if word in mystring: print('success')