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