❓ Quiz Python

Ce code lève-t-il une erreur ?

PYTHONDebutantlistes
20
quiz.py
1
ma_liste = [1, 2, 3]
2
print(ma_liste[10:])