On Sun, Aug 17, 2014 at 9:40 PM, Terry--gmail <terry.kemme...@gmail.com> wrote:
> I found another place in Thunderbirdy to set 'plain text'.
>
> This is a test.
>
> Does the below code look correct now?
>
> --And did I reply correctly this time?  (Reply-All and keep only
> tutor@python.org address...)
>
>
> for line_number, row in enumerate(catalog2):
>
> for col, item in enumerate(row):
>
> if lens[col] < len(item):
>
> lens[col] = len(item)

1)  It's plain text - no more funky font changes.
2)  Addressing is good.
3)  Indentation is still flat.

Ah well.  As Meat Loaf sang, two out of three ain't bad...
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to