To get the first n elements of a Numpy array, slice the array from the start of the array (element with index 0) to the nth element.
確定! 回上一頁