❓ Quiz Python

Que contient la liste après ces opérations ?

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