Ans. In order to merge the two lists into a single list, we will concatenate the two lists as follows –
list1 + list2
We will obtain the output as – [1, 2, 3, 4, 5, 6, 7, 8]
Ans. In order to merge the two lists into a single list, we will concatenate the two lists as follows –
list1 + list2
We will obtain the output as – [1, 2, 3, 4, 5, 6, 7, 8]
by
Tags:
Leave a Reply