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