New to python programming. I am trying to compare a with l1 to l6 and see if there are any matching
I think I should use some type of loop to do but struggling to figure out how to move from one list to another in the loop.
Any direction would be great!
Example list -
l1 = [14, 19, 34, 39, 59, 11]
l2 = [6, 13, 34, 46, 62, 1]
l3 = [18, 34, 44, 60, 69, 22]
l4 = [46, 54, 57, 58, 66, 10]
l5 = [27, 32, 50, 52, 57, 12]
l6 = [11, 44, 45, 46, 70, 25]
a = [11, 44, 45, 46, 70, 25]