To find the max value you have to use the max() method. Just pass the input array as an argument inside the max() method. max = np.max(array) print("The maximum ...
確定! 回上一頁