The size of a list

Oleg Broytmann phd at phd.fep.ru
Thu Jul 12 10:23:24 EDT 2001


On 12 Jul 2001, phillip wrote:
> Is there a way to determine the size of a list (disregarding any
> possible null entries)?

   Using builtin len(mylist).

Oleg.
----
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list