Have a look at the following code. Choose the right line instead of the missing one.
a1 = np.array([[3, 7], [9, 0]])
a2 = np.array([[8, 0], [12, 10]])
# the missing line
print(a3)
# [[ -5 7]
# [ -3 -10]]Have a look at the following code. Choose the right line instead of the missing one.
a1 = np.array([[3, 7], [9, 0]])
a2 = np.array([[8, 0], [12, 10]])
# the missing line
print(a3)
# [[ -5 7]
# [ -3 -10]]Create a free account to access the full topic