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