compare two lists

It is very easy to compare two lists in python, but it seems not so many people know it. Just use the `==` symbol in numpy, it will return a numpy array with boolean value, True means the position are…