❓ Quiz Python

Que va afficher ce code ?

PYTHONDebutantslicing
20
quiz.py
1
x = [1, 2, 3]
2
print(x[::-1])