Examveda

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

A. extend()

B. add()

C. append()

D. concat()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python