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