Programmation: Variables


Question 1

Qu'affiche le programme python suivant ?
n=2
p=13
n=n+p
print(n)