comment imprimer une matrice en python

import numpy as np
print(np.matrix(A))
Cooperative Curlew