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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to