Continuing indentation

INADA Naoki songofacandy at gmail.com
Thu Mar 3 20:23:37 EST 2016


>
>
> Indeed. I don't understand why, when splitting a condition such as this,
> people tend to put the operator at the end of each line.
>
>
Because PEP8 says:

> The preferred place to break around a binary operator is after the
operator, not before it.
http://pep8.org/#maximum-line-length



More information about the Python-list mailing list