Quel est le résultat affiché par l'algorithme ci-dessous
x = 12
y = 13
z = x+y
x=y
y = z
print("x+y+z=", x+y+z)