[BangPypers] Iterating list of tuples

delegbede at dudupay.com delegbede at dudupay.com
Mon Jul 4 08:53:32 CEST 2011


I still can't see my mistake Kenneth. 

May I just point out that, I am quite unhappy with Venk's choice of word. 

Should there be a mistake in what I wrote, there surely wouldn't be an intention to misguide. 

Kindly point out the mistake please. 

Thank you. 

------Original Message------
From: Kenneth Gonsalves
To: delegbede at dudupay.com
To: Bangalore Python Users Group - India
Subject: Re: [BangPypers] Iterating list of tuples
Sent: 4 Jul 2011 7:46 AM

On Mon, 2011-07-04 at 06:37 +0000, delegbede at dudupay.com wrote:
> 
> data = [
>     (10, 25, 18, 17, 10, 12, 26, 5),
>     ]
> 
> for value in data:
>      if value > 5: 

value = (10, 25, 18, 17, 10, 12, 26, 5)
-- 
regards
Kenneth Gonsalves
http://lawgon.livejournal.com/



Sent from my BlackBerry wireless device from MTN


More information about the BangPypers mailing list