mystring = ["reddit", "google"] mylist = ["a", "b", "c", "d"] print [s for s in mystring if not any(x in s for x in mylist)]