❓ Quiz Python

Quelle est la valeur finale de x ?

PYTHONDebutantlistes
20
quiz.py
1
a = [1, 2, 3]
2
b = [1, 2, 3]
3
print(a == b, a is b)