How to write verbose scripts

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed Sep 3 07:14:59 EDT 2008


John Machin a écrit :
> On Sep 3, 3:52 am, Mensanator <mensana... at aol.com> wrote:
>> On Sep 2, 11:55 am, Steven D'Aprano <st... at REMOVE-THIS-
>>
>>   if (p & 1)==1:
>>     print_evens = True
>>   else:
>>     print_evens = False
>>   if (p & 2)==2:
>>     print_odds = True
>>   else:
>>     print_odds = False
>>   if (p & 4)==4:
>>     print_debug = True
>>   else:
>>     print_debug = False
> 
> No, no, no, you've taken "How to write verbose scripts" rather too
> literally; 

KEYBOARD !




More information about the Python-list mailing list