Answer: B
append concatenates two lists at top level, making a single list that contains the elements of the two input lists.
append makes a copy of the first input list, and reuses the second input list.
Prev Next Page+10 Index