how to reverse the order of columns in matrix in python

Solutions on MaxInterview for how to reverse the order of columns in matrix in python by the best coders in the world

showing results for - "how to reverse the order of columns in matrix in python"
Leo
03 Jan 2021
1np.fliplr(matrix) will reverse the columns order in a np.array