Q1
Which of the following is the correct way to create an empty list in Python?
A.
list()
B.
[]
AnswerC.
empty_list()
D.
list[]
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board