list1.append(list2) returns None
Gabriel Genellina
gagsl-py at yahoo.com.ar
Thu Dec 21 00:09:33 EST 2006
> > def enlargetable(table,col):
> > return table.append(col)
Google for "python pitfalls"
--
Gabriel Genellina
More information about the Python-list
mailing list