i'd be curious to see what happens if you
use the <PRE> tag around your (properly)
indented code, e.g.

<PRE>
this = 1
that = 0
if this == 1 :
        that = 1
print that
</PRE>



On May 29, 2007, at 9:24 AM, Adam Urbas wrote:

> Hey,
>
> I have gmail now, but I'm not sure how to turn off HTML.
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://mail.python.org/mailman/listinfo/tutor

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to