comment mettre 2 code n 1 en ligne en python

x = 1; y = x + x; print(x + y)
khuDDD