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