You can also index multiple consecutive elements using a colon in your index notation. So x[3:6] will display the data items at the 3, 4, 5, and 6 indices of x.
確定! 回上一頁