I am trying to combine the contents of two lists, in order to later perform processing on the entire data set. I initially looked at the built in insert functi
insert
The extend method of list object does this, but at the end of the original list.
extend
addition.extend(array)