import numpy as np s1=np.array([]) for i in range(0,100): s1=np.append(s1,np.random.normal(0,1)) print(s1.shape) ==== (100,). python.
確定! 回上一頁