list1.append(list2) returns None

Gabriel Genellina gagsl-py at yahoo.com.ar
Thu Dec 21 19:33:53 EST 2006


At Thursday 21/12/2006 14:50, Matimus wrote:

>The following will do exactly the same thing as
>the above:
>
>[code]
>def enlargetable(table,col):
>     table.append(col)
>     return table
>[/code]

Which, by the way, was one of the first answers he got, by Edward Kozlowski.


-- 
Gabriel Genellina
Softlab SRL 


	

	
		
__________________________________________________ 
Preguntá. Respondé. Descubrí. 
Todo lo que querías saber, y lo que ni imaginabas, 
está en Yahoo! Respuestas (Beta). 
¡Probalo ya! 
http://www.yahoo.com.ar/respuestas 




More information about the Python-list mailing list