Vidyalelo
Python · Q19

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 19

Q19

In Python, how can you join two or more lists together?

A.
+ operator
Answer
B.
concat()
C.
join()
D.
merge()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board