python list move element to a different list code example Example: how to move an item from one list to another python list_one.remove (item) list_two.append (item)