NumPy - Array Operations
Given two numpy arrays
a and b of the same shape, which code snippet correctly performs an in-place element-wise subtraction of b from a?