0
Explain me the background process of this code to print the output
import numpy as np a=np.array([[1,2],[3,4]]) b=np.array([[2,2],[3,5]]) print(np.cross(a,b))
1 Resposta
0
It take each value of a lista similar when u use a loop for, but finally concat each value and print the list