import numpy as np. import codecs, json. #In order ot store an numpy array as a .json file. a = np.arange(10).reshape(2,5) # a 2 by 5 array.
確定! 回上一頁