and becomes or and or becomes and

Chris Angelico rosuav at gmail.com
Sat May 28 10:04:03 EDT 2011


On Sat, May 28, 2011 at 11:31 PM, Nobody <nobody at nowhere.com> wrote:
> Not Python, but:
>
>        #define SIX  1 + 5
>        #define NINE 8 + 1
>        ...
>        printf("six times nine is: %d\n", SIX * NINE);

*AWESOME*!! That is brilliant!

DNA FTW.

ChrisA



More information about the Python-list mailing list