Guess the result: >>> lst = [0, 1, 2] >>> lst[-1] += lst.pop() >>> lst #python_tip by @irdb