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