CBSE Class 11 Computer Science Question 34 of 104

List Manipulation — Question 22

Back to all questions
22
Question

Question 22

Which of the following can delete an element from a list if the index of the element is given?

  1. pop( )
  2. remove( )
  3. del ✓
  4. all of these
Answer