numpy create array of shape code example Example: numpy init array a=[] for i in range(8): a.append(i)