Jak wydrukować matrycę w Pythonie
import numpy as np
print(np.matrix(A))
Cooperative Curlew
import numpy as np
print(np.matrix(A))