❓ Quiz Python

Que se passe-t-il à l'exécution ?

PYTHONDebutantlistes
20
quiz.py
1
a = 'Python'
2
 
3
print(a[2:])