Q. Guess the output
Code:
a=[14,52,7] b=a.copy() b is a
β
Correct Answer: (A)
False
a=[14,52,7] b=a.copy() b is a
You must be Logged in to update hint/solution