Q14
In Python, how can you extend a list or tuple by adding elements from another iterable?
A.
extend()
AnswerB.
add()
C.
append()
D.
concat()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board