Computer Science

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

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

Python List Manipulation

7 Likes

Answer

len( )

Answered By

1 Like


Related Questions