how to compare elements of two list in python if they are identical if they are then print out the identical numbers code example
Example: compare lists element wise python
[ x&y for (x,y) in zip(list_a, list_b)]
[ x&y for (x,y) in zip(list_a, list_b)]