Vidyalelo
Python · Q14

MCQs on Python Tuples: Exam

Programming · Python · question 14

Q14

In Python, how can you extend a list or tuple by adding elements from another iterable?

A.
extend()
Answer
B.
add()
C.
append()
D.
concat()

Answer: Option A

Solution

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