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?

  1. listl = list( )
  2. listl = [ ]
  3. listl = list([1, 2, 3])
  4. all of these ✓
Answer