"Goto" statement in Python

Mikhail V mikhailwas at gmail.com
Thu Apr 13 13:25:51 EDT 2017


On 13 April 2017 at 18:48, Ian Kelly <ian.g.kelly at gmail.com> wrote:
> On Thu, Apr 13, 2017 at 10:23 AM, Mikhail V <mikhailwas at gmail.com> wrote:
>> Now I wonder, have we already collected *all* bells and whistles of Python
>> in these two examples, or is there something else for expressing trivial thing.
>
> Functions and exceptions are considered "bells and whistles"?

You mean probably classes and exceptions? For me, indeed they are,
but it depends.

And breaking the code into def() chunks that are not
functions but just chunks... I don't know, looks bad.



More information about the Python-list mailing list