Examveda

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

A. + operator

B. concat()

C. join()

D. merge()

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python