On Fri, 01 Aug 2014 16:50:51 +0100, Mark Lawrence wrote:

>> which can be simplified to:
>>
>> flag = any( cond[c] == 1 and cond[c.upper()] for c in ['a', 'b', 'c'] )
>>
>>
> Shouldn't that be cond[c.upper()] == 0 ?

Yes it should be, thank you!


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

Reply via email to