Size of list

Ernesto erniedude at gmail.com
Mon Feb 6 11:32:18 EST 2006


for line in PM_File_Handle.readlines():
	PM_fields = line.split(';')

# Is there a way to get the size of PM_Fields here ?
# Something like

size = PM_fields.size( )

#  I could not find this attribute in the python docs.  Thanks




More information about the Python-list mailing list