compare two lists and find at least one not equal python code example Example: compare two lists and find at least one equal python any(x in a for x in b)