NumPy - Array Operations
You have a large numpy array
arr of size 1 million elements. You want to add 10 to each element efficiently. Which approach is best?