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?
- pop( )
- remove( )
- del ✓
- all of these