Thanks!!!!
>
> Depending on what an 'empty' element is you may have to refine that.
>

I also noted, if I used:

tmp = data[6].strip().split()

rather than:
tmp = data[6].strip().split(' ')

I eliminated the 'empty' elements...
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to