I have a 2D list. I want to merge the first elements of each of the 1D list. For eg.[[40,0,0],[41,5,10],[3,10,30]] My output list should look like:[[40,0,0,41],[5,10,3],[10,