How to count the length of a list in Python The length of a list is the number of elements that it contains. Solution for How to count the length of a list in Python : You can use len() to get the length of a list Call len(obj) using a list as obj.