Question regarding commenting code

Terry Reedy tjreedy at home.com
Thu Sep 6 15:15:35 EDT 2001


"Chris Barker" <chrishbarker at home.net> wrote in message
news:3B97AF65.7BD88FFB at home.net...
> B) it will be a lot more readable if you indent you comments along
with
> the code. Remember that in Python , the indentation defines the
block
> structure:

In interactive mode (including code pasted into an interactive window)
the indentation matching is mandatory.

Terry J. Reedy






More information about the Python-list mailing list