NumPy - Broadcasting
You have a 3x3 NumPy array
arr and want to add scalar 10 to only the second row using broadcasting. Which code achieves this correctly?