import numpy as np import sys path = sys.argv[1] print(path) max = np.load(path) print("The max is:\n") print(max)