❓ Quiz Python

Quelle est la sortie de ce programme ?

PYTHONDebutantslicing
20
quiz.py
1
x = "python"
2
y = x[1::2]
3
print(y)