make a new array defining the duplicates from two arrays in python code example
Example: how to equal two arrays in python with out linking them
array2 = array1[:] #for array of arrays,each cell individually
array2 = array1[:] #for array of arrays,each cell individually