python list to array # simple slicing from numpy import array # define array data = array ( [11, 22, 33, 44, 55]) print (data [0:1]) 1.
確定! 回上一頁