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