size / length of a list ???

Cliff Wells logiplexsoftware at earthlink.net
Tue Oct 16 17:16:45 EDT 2001


On Tuesday 16 October 2001 14:11, Markus Jais wrote:

> list = [1, 2, 4]

print len(list)

BTW, you probably shouldn't use "list" as the name of your list, since that 
is a Python function.

-- 
Cliff Wells
Software Engineer
Logiplex Corporation (www.logiplex.net)
(503) 978-6726 x308
(800) 735-0555 x308




More information about the Python-list mailing list