What does the + operator do when used on two lists?

It joins the two lists' elements into a new listIt adds each element from one list to each element of the other

It joins the two lists' elements into a new list.