list legnth pyhton code example Example 1: list length python >>> len([1, 2, 3]) 3 Example 2: list length python len([1,2,3,4,5,6,7])