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