So drucken Sie eine Matrix in Python
import numpy as np
print(np.matrix(A))
Cooperative Curlew
import numpy as np
print(np.matrix(A))