Single line if statement with a continue

Chris Angelico rosuav at gmail.com
Sat Dec 17 19:59:44 EST 2022


On Sun, 18 Dec 2022 at 10:59, <avi.e.gross at gmail.com> wrote:
>
> If a compiler or interpreter HAPPILY (as happy as machines/code get) compiles or interprets your code without errors every time you use it a certain way, then it is not wrong to use it. Of course if it subject to change or already deprecated, ...
>

Source code is, first and foremost, for programmers to read. You're
confusing it with binary executables.

ChrisA


More information about the Python-list mailing list