アットウィキロゴ

exx

import numpy as np
data = np.loadtxt("m.txt",delimiter=",", skiprows=1, dtype='float')
print(data)
最終更新:2017年12月01日 11:03