Happy Christmas Pythoneers

Michael Bentley michael at jedimindworks.com
Mon Dec 24 20:23:14 EST 2007


On Dec 24, 2007, at 9:30 AM, mensanator at aol.com wrote:

> On Dec 24, 12:17�am, Paddy <paddy3... at googlemail.com> wrote:
>> After quite enjoying participating in the group in 2007, I'd like to
>> wish you all a Merry Xmas.
>>
>> - Paddy.
>
> Shouldn't that be 0Xmas?

 >>> msg = ['Merry', '0Xmas']
 >>> for message in msg:
...     int(message, 36)
...
37640734
1568548
 >>>

Yup! 0Xmas it is :-)

-Michael

---
"If we had asked people what they wanted they would have said 'a  
faster horse'."  --Henry Ford





More information about the Python-list mailing list