Programmation: Listes Question 1 Qu'affiche le programme python suivant ? L=[4,8,2] n=L[0]+L[1] print(n) 14 L[0]+L[1] 12 n Voir Listes en Python Index des QCM python