Mega Code Archive

 
Categories / Python Tutorial / List
 

Get the length of a list

numbers = [100, 34, 678] print len(numbers)