❓ Quiz Python

Que va afficher ce code ?

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