Programmation: Variables


Question 1

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