# Get the maximum element from a Numpy array maxElement = numpy.amax(arr) print('Max element from Numpy Array : ', maxElement)