taille du liste python
>>> l = ['bob','ben','Tim']
>>> len(l)
3
Hakamate
>>> l = ['bob','ben','Tim']
>>> len(l)
3