Using something other than ';' to separate statements

Terry Reedy tjreedy at udel.edu
Wed Mar 30 11:43:58 EST 2005


"Jaime Wyant" <programmer.py at gmail.com> wrote in message 
news:d52c72d2050330061050ee58f9 at mail.gmail.com...
>I know I've seen this somewhere, but can't seem to google it.  Is
> there a way to use an alternate statement separator, other than the
> default ';'?

Other than \n, no.  Both are builtin to the language definition and 
interpreter.

Terry J. Reedy






More information about the Python-list mailing list