On Mon, Jun 24, 2013 at 1:52 PM,  <jim...@aol.com> wrote:
> Syntax:
>
> fwhile X in ListY and conditionZ:

Also, this syntax is ambiguous.  Take for example the statement:

fwhile X in ListA and ListB and ListC and ListD:

At which "and" does the iterable expression stop and the condition
expression begin?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to