Vidyalelo
Python · Q61

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 61

Q61

What will be the output of the following Python code? >>> a=[14,52,7] >>>> b=a.copy() >>> b is a

A.
True
B.
False
Answer

Answer: Option B

Solution

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