On 3/7/2016 6:17 PM, Ian Kelly wrote:
On Mon, Mar 7, 2016 at 4:09 PM, Fillmore <fillmore_rem...@hotmail.com> wrote:

I must be missing something simple because I can't find a way to break out
of a nested loop in Python.

Is there a way to label loops?

No, you can't break out of nested loops,

wow...this is a bit of a WTF moment to me :(

apart from structuring your
code such that return does what you want.


Can you elaborate? apologies, but I'm new to python and trying to find my way out of perl....

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to