Computer Science

Which of the following can add only one value to a list?

  1. add( )
  2. append( )
  3. extend( )
  4. none of these

Python List Manipulation

9 Likes

Answer

append( )

Answered By

4 Likes


Related Questions