import numpy as np scores = np.array( [ [88, 70, 95], [62, 91, 77], ] ) labels = np.array(["west", "east", "north", "south"]) totals = np.array([92, 88, 92, 75]) original_scores = scores.copy()