I\'m trying to copy over a 2D array of tuples without the last tuple included. But it keeps manipulating all of the elements. \'\'\'
crop = [[(0,0,0)]*3]*3 t