Write a NumPy program to create a new array which is the average of ... result = np.mean(arr1.reshape(-1, 3), axis=1) print("Average of ...
確定! 回上一頁