CBSE Class 11 Computer Science Question 31 of 104

List Manipulation — Question 19

Back to all questions
19
Question

Question 19

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

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