#import numpy module. import numpy as np arr = np.array([12,23,12,6,77,878,78,785,6,45,34,45]) #selecting all elements from the index 2. print(arr[2:]) ...
確定! 回上一頁