Programmation: Variables


Question 1

Qu'affiche le programme python suivant ?
n=12
p=1
n=n+p
print(n)