import numpy as np matriz = np.array([[1, 2, 3], [4, 5, 6]]) matriz[0, 1] = 10 print(matriz)