swap string for value in python list code example Example: how to swap in list in python list[pos1], list[pos2] = list[pos2], list[pos1]