Как поместить 2 кода n 1 строка в Python
x = 1; y = x + x; print(x + y)
khuDDD
x = 1; y = x + x; print(x + y)