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?

  1. list( ) ✓
  2. new( )
  3. copy( ) ✓
  4. = operator
Answer