CBSE Class 11 Computer Science Question 14 of 104

List Manipulation — Question 2

Back to all questions
2
Question

Question 2

Which of the following will create an empty list?

  1. L = [ ] ✓
  2. L = list(0)
  3. L = list( ) ✓
  4. L = List(empty)
Answer