Vidyalelo
Python · Q11

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 11

Q11

In Python, how can you copy the elements of one list into another?

A.
copy()
Answer
B.
clone()
C.
duplicate()
D.
replicate()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board