When coding list_1 + list_2, in which order will the elements appear in the new list?
list_1 + list_2
list_1
list_2
The elements of list_1 will appear first, then those of list_2.