given ai numpy array named nparr with at least two rows and two columns, wnite code to modify it by swapping the two smallest numbers in the first row with the two largest numbers in the last row: the smallest swaps with the largest. the second smallest :swap,s with the second lar,gest. assume there are no duplicate values in the array.

Answer :

Other Questions