Guess the result

Report a typo

What is the output of this code?

a = [1, 2, 3]
b = a
a = [1, 2, 3]

print(a is b)
Enter a short text
___

Create a free account to access the full topic