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?
- add( )
- append( )
- extend( ) ✓
- none of these
Which of the following can add a list of elements to a list?