Taille du Liste Python

>>> l = ['bob','ben','Tim']
>>> len(l)
3
Hakamate