CBSE Class 11 Computer Science
Question 25 of 104
List Manipulation — Question 13
Back to all questions 13
Question Question 13
Which of the following commands will create a list?
- listl = list( )
- listl = [ ]
- listl = list([1, 2, 3])
- all of these ✓