[Tutor] anecdote in the workplace about try,except clause

Sean 'Shaleh' Perry shalehperry@home.com
Thu, 16 Aug 2001 23:40:29 -0700 (PDT)


> 
> Or, at least, the very last data will be the only thing printed out.  


Danny's mailer misread where the print fell.  Each iteration of the loop would
try to print, but in this case the first line of the file would trigger the
exception and thus cause data to be undefined.