Clarify your question on section 4 exercise in numpy course
Could you, please, clarify your question in the exercise of section four, #10.
The question stated: "slice every column of both matrices in the 3-D array."
Meanwhile, the previous question was to slice the first columns of both matrices.
The solution provided to the question was for the 1st, 3rd and 5th columns of both arrays.
1 answers ( 0 marked as helpful)
I have the same question
My answer is 'array_3D[:, :, 1:] as what I got is the question depends on its former one asking to slice the first columns only