Vidyalelo
Python · Q15

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 15

Q15

In Python, how can you extend a list 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