Nicolas Fleury <[EMAIL PROTECTED]> wrote:
>
>But the feature is already there:
>
>for x in <iterable>:
>     BLOCK1
>     if <condition>:
>         ALSO-BLOCK
>         break
>else:
>     BLOCK2

I've been using Python for 8 years.  I never knew that feature was in
there.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to