import numpy as np. the_array = np.array([ 49 , 7 , 44 , 27 , 13 , 35 , 71 ]). sort_array = np.sort(the_array)[:: - 1 ]. print (sort_array) ...
確定! 回上一頁