❓ Quiz Python
Que va afficher ce code ?
PYTHONDebutantslicing
20
quiz.py
1
Que va afficher le code suivant ? text = 'Comment Coder' result = text[1::2] print(result)