About Python Syntax

Terry Reedy tjreedy at udel.edu
Thu Oct 17 11:26:30 EDT 2002


> The Python's unstructured statements like break, continue, while, if
elseif else

 These *are* structured programming flow control statements.

>In my opinion those constructions could replace all Python's compound
statements

Yes, there are several equivalent ways ways to express the same
underlying flow control ideas.  You are welcome to design and release
a language based on your version.

TJR





More information about the Python-list mailing list