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