Examveda

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

A. extend()

B. add()

C. append()

D. concat()

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python