Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

combine two lists python

listone = [1, 2, 3]
listtwo = [4, 5, 6]

joinedlist = listone + listtwo
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #combine #lists #python
ADD COMMENT
Topic
Name
2+3 =