❓ Quiz Python

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

PYTHONDebutantlistes
20
quiz.py
1
x = [1, 2, 3]
2
print(2 in x)