In article <[email protected]>, Dennis Lee Bieber <[email protected]> wrote:
> Spaces? I present to you two FORTRAN statements > > DO 10 I = 3 . 14159 > and > DO10I = 3 , 1 4 1 5 9 > > Which is the loop and which is the assignment? I know it's rude to quote oneself, but: http://www.python.org/doc/humor/#bad-habits -- https://mail.python.org/mailman/listinfo/python-list
