Introduction Python Tutorial

x = 1
y = x = x + 1
print x, y