read the doc. again. '0' in [:,0] should be accessing the element in each array, we can get a new array by this approach. it's not slicing.
read the doc. again. '0' in [:,0] should be accessing the element in each array, we can get a new array by this approach. it's not slicing.