On Mon, Oct 20, 2008 at 5:19 PM, Srinivas Iyyer
<[EMAIL PROTECTED]>wrote:

> dear group,
> a simple question that often challenges me.
>
> I have
>
> I have a list of list:
>
> [[10,45],[14,23],[39,73],[92,135]]
>
> I want to identify if any of the items in this list are in range of [5,100]
>
> These numbers are large in original data, I will be using xrange for memory
> issues.
>
>  thank you.
> srini


a simple comparison should do it for ya,
HTH,
Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to