Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

removing an item from a list and adding it to another list python

secondlist.append(firstlist.pop(1))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #removing #item #list #adding #list #python
ADD COMMENT
Topic
Name
6+8 =