Re: [Tutor] Troubles with lists and control flow

2009-10-09 Thread Eduardo Vieira
On Thu, Oct 8, 2009 at 3:36 PM, Luke Paireepinart wrote: > Oops, accidentally replied off-list. > > -- Forwarded message -- > From: Luke Paireepinart > Date: Thu, Oct 8, 2009 at 3:36 PM > Subject: Re: [Tutor] Troubles with lists and control flow > To: Eduardo

Re: [Tutor] Troubles with lists and control flow

2009-10-08 Thread Luke Paireepinart
Oops, accidentally replied off-list. -- Forwarded message -- From: Luke Paireepinart Date: Thu, Oct 8, 2009 at 3:36 PM Subject: Re: [Tutor] Troubles with lists and control flow To: Eduardo Vieira On Thu, Oct 8, 2009 at 2:42 PM, Eduardo Vieira wrote: > Hello I'm deve

[Tutor] Troubles with lists and control flow

2009-10-08 Thread Eduardo Vieira
Hello I'm developing a script to compare two files, finding duplicate entries and matching which id of one csv file corresponds to the id of another csv file. The first version was working nice, but I wanted to postpone the writing to a file till the end and also make a correct csv file. The code i