Examveda
Examveda

Which of the following is the correct way to create an empty list in Python?

A. list()

B. []

C. empty_list()

D. list[]

Answer: Option B


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python