Simple question, how do you tell how many items in a list?

Terry Reedy tjreedy at udel.edu
Fri Jul 11 14:53:27 EDT 2008



Alex Bryan wrote:
> I am just wondering how you get an integer value for how many items 
> there are in a list, preferably w/o a for loop.

Read the library reference sections on built-in functions and classes.




More information about the Python-list mailing list