NumPy - Broadcasting
Given a 2D NumPy array
a with shape (5, 3) and a 1D array b = np.array([4, 5, 6]), which code correctly adds b to each row of a?