Vidyalelo
Python · Q1

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 1

Q1

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

A.
list()
B.
[]
Answer
C.
empty_list()
D.
list[]

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board