Cómo poner 2 Código N 1 Línea en Python
x = 1; y = x + x; print(x + y)
khuDDD
x = 1; y = x + x; print(x + y)