Vidyalelo
Python · Q16

MCQs on Python Tuples: Exam

Programming · Python · question 16

Q16

In Python, how can you join two or more lists or tuples 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