On Fri, Jan 9, 2009 at 11:23 AM, culpritNr1 <[email protected]> wrote: > That is EXACTLY what I was looking for. > > Actually, int() does not really work but this does: > > [ [line[0], eval(line[1]), eval(line[2])] + line[3:] for line in LoL]
That's strange. What happened when you tried int() ? What version of Python are you using? Kent PS Please subscribe to the list _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
