Given an ndarray xy as :
array([[3,4,5,6],[5,6,7,8],[7,8,9,10]])
Write statements to
1. Reverse only the row positions.-where row 0 is row 2 and row 2 is 0
2. Reverse only the column positions.
3. Reverse rows and columns positions.
Also show the output of these statements.
Answers
Answered by
0
Answer:
See below.
Explanation:
I have answered the questions in the image given.
Note: Questions 1 and 2 will yield the same output.
Attachments:
Answered by
0
Answer:
a. vvvvhudyftHvjxl
Similar questions