CBSE Class 11 Computer Science Question 32 of 104

List Manipulation — Question 20

Back to all questions
20
Question

Question 20

Which of the following can add a list of elements to a list?

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