how to copy an item in a 2d python list code example Example: python copy a 2D list y = [row[:] for row in x]