❓ Quiz Python

Le slicing avec indices négatifs.

PYTHONIntermediairelistes
20
quiz.py
1
texte = 'Python'
2
print(texte[-2:])