Computer Science

Which of the following can copy a list to another list?

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

Python List Manipulation

9 Likes

Answer

list( )

copy( )

Answered By

2 Likes


Related Questions