Promoting Python

Michael Selik michael.selik at gmail.com
Wed Apr 6 09:33:24 EDT 2016


On Wed, Apr 6, 2016, 12:51 PM Marko Rauhamaa <marko at pacujo.net> wrote:

> BartC <bc at freeuk.com>:
> Really, there's only one high-level construct you can't live without:
> the "while" statement. Virtually every Python program has at least one
> "while" statement, and in general, it is unavoidable.
>
> Basic programs, on the other hand, don't need that meaningless buzzword,
> but can live just fine with GOTO.
>

You don't need WHILE or GOTO, you can just copy-paste code. You probably
need an IF at some point.

>



More information about the Python-list mailing list