NumPy - Indexing and Slicing
You have a 4x4 numpy array
arr filled with numbers 1 to 16 in row-major order. Which code correctly changes the element in the last row and second column to 100?