What is the correct programming term to add two lists together at that position? For example, instead of doing:
>>> [1,2,3,4] + [5,6,7,8] [1, 2, 3, 4