❓ Quiz Python

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

PYTHONDebutantslicing
20
quiz.py
1
s = "Python" 
2
print(s[::2])