t = [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] # ou t = [0]*16 for k in range(0,16) : t[k] = k**2 + 2 print(t)