Examveda

In Python, how can you join two or more lists or tuples together?

A. + operator

B. concat()

C. join()

D. merge()

Answer: Option A


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python