Python3k extended grammar

Ben Wolfson rumjuggler at cryptarchy.org
Sat May 20 14:11:59 EDT 2000


On Sat, 20 May 2000 10:01:25 -0700, "Emile van Sebille"
<emile at fenx.com> wrote:

>Cool!
>
>Does that mean I'll be able to use:
>
>if not( x % y ):
>    ... do stuff
>
>or even:
>
>while not ( x % y ):
>    ...

well, you can already do:

if not 0:

and

while not 0:

.



More information about the Python-list mailing list