random.seed() 使用方式 import numpy a...
np.save numpy.save(file, arr, all...
最直接反轉的方式是用 ::-1 a = np.arange(10)...