Sort along rows in descending order. temp =np.array([[11,22,33,44,55], ... arr2 = np.sort(temp)[::-1] print('Sorted Array in Descending ...
確定! 回上一頁