I have an array with 4 randomly generated elements (using Python):
pa = np.random.normal(10, 5, 4)
I can find the largest element by doing: