Examveda

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: Option B


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python