You can slice the values you want from dos2 using syntax like s_u = dos2[:int(ldata[2]), [3,5,7]] . Your indexing is really slices with a step ...
確定! 回上一頁