#coding=utf-8 import numpy as np a = np.arange(2,14).reshape(3,4) ... 12 13 14] ''' # 使用transpose 搭配for 迭代印出每一column (直向) for ...
確定! 回上一頁