Get the maximum element from a Numpy array maxElement = numpy.amax(arr) print('Max element from Numpy Array : ', maxElement)
確定! 回上一頁