❓ Quiz Python

Quelle est la sortie de ce programme ?

PYTHONDebutantlistes
20
quiz.py
1
a, *b, c = [1, 2, 3, 4, 5]
2
 
3
print(b)