CBSE Class 11 Computer Science Question 30 of 104

List Manipulation — Question 18

Back to all questions
18
Question

Question 18

Which of the following is a standard Python library function and not an exclusively list function?

  1. append( )
  2. remove( )
  3. pop( )
  4. len( ) ✓
Answer