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