CBSE Class 11 Computer Science
Question 37 of 104
List Manipulation — Question 25
Back to all questions 25
Question Question 25
Which of the following can copy a list to another list?
- list( ) ✓
- new( )
- copy( ) ✓
- = operator
Which of the following can copy a list to another list?