Max 和Maximum的差別為. np.max() 最少接收一個參數,回傳所有內容的最大值. import numpy as np value = [1, 2, 3, 4, 9, 8, 7, 6] print(np.max(value)).
確定! 回上一頁