Programmation: Listes


Question 1

Qu'affiche le programme python suivant ?
L=[5,4,3]
n=L[0]+L[1]
print(n)