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
AnswerAnswer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board