NumPy - Indexing and Slicing
You have a 2D NumPy array representing exam scores. How can you use
np.where() to create a new array where scores below 50 are replaced with 'Fail' and others with 'Pass'?