--> Python ∼ Listes L = [45,13,74,5] L.append(108) n = len(L) for i in range(0,n): print( L[i] )