アットウィキロゴ

888hh

import numpy as np
M = np.array ( [ [ 1 , 2 ] , [ 3 , 4 ] ] )
n=np.transpose (M)
print(n)
最終更新:2017年12月01日 12:00