transpose ()函數也可用於類似數組的對象,例如嵌套列表。 # app.py import numpy as np arr = [[11, 21, 19], [46, 18, 29]] print(arr) ...
確定! 回上一頁