So in a list of 3 elements i want to find the element of a list that is different from the other 2 for example i got L=[3,3,1]and i want to extract the number
L=[3,3,1]