Guess the output

Report a typo

What is the output of this code?

a = [2, 3, 9]
b = a
b[2] = 10
c = b

print(a is c)
Enter a short text
___

Create a free account to access the full topic