Paul Rubin wrote:
> Steve Holden <[EMAIL PROTECTED]> writes:
> 
>>>Try hex(33**33).
>>
>>You're usually smarter than this, or am I missing some joke?
>>
>>  >>> hex(33*33)
>>'0x441'
> 
> 
> You used only one * (multiplication), I used two *'s (exponentiation).
> 
>     >>> hex(33**33)
>     '0x5857366DCE0162CB5DDCD1BF0FC7C03A6438304421L'
That makes sense. Sorry, a bit sleep-deprived today.

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                  www.python.org/pycon/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to