Erstellen Sie 3x3 Numpy Array
matrix = np.arange(9).reshape(3,3)
Delavore
matrix = np.arange(9).reshape(3,3)