I want to check if a string does not contain a character in a list.
>>> list = ("a", "b", "c",) >>> good_string =