Q11
In Python, how can you copy the elements of one list into another?
A.
copy()
AnswerB.
clone()
C.
duplicate()
D.
replicate()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board