Simple question! urgent

Steffen Kirschke steffen at molli15.org
Tue Apr 9 09:41:56 EDT 2002


RobW wrote:

> x = [1,2,3,4]
> 
> How to get NUMBER OF ITEMS in array? I need it for checkin nr of items
> in argv[]

len(x)
> 
> --
> RW




More information about the Python-list mailing list