アットウィキロゴ

wani

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