variable unpacking python code example Example: unpack a sequence into variables python p = (1, 2) x, y = p