What is the output of this code?
a = [2, 3, 9] b = a b[2] = 10 c = b print(a is c)
Create a free account to access the full topic