[BangPypers] Iterating list of tuples

Kenneth Gonsalves lawgon at gmail.com
Mon Jul 4 08:46:14 CEST 2011


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/



More information about the BangPypers mailing list