Live Engine
Select Topic
easyNumpy Broadcasting
A team member claims that
np.array([1, 2, 3]) + np.array([[10], [20], [30]]) raises a shape error because the arrays don't have the same shape. What actually happens?