Jak umieścić 2 kod n 1 linia w Python

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