In article <[email protected]>, Steven D'Aprano <[email protected]> wrote:
> On Sun, 11 Aug 2013 03:33:52 +0100, Chris Angelico wrote: > > > Next thing to do is split it into more lines. Why is all that in a > > single line? > > The only good excuse for writing multiple statements on a single line > separated by semi-colons is if the Enter key on your keyboard is broken. Well, maybe if you're testing something on the command line with "python -c". -- http://mail.python.org/mailman/listinfo/python-list
