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?
- L = [ ] ✓
- L = list(0)
- L = list( ) ✓
- L = List(empty)
Which of the following will create an empty list?