What is the output of the following Python code??
a = [1, 2, 3]
b= a
print(a is b, a == b)


Posted on by