On Thu, 23 Oct 2008 13:40:22 +0000, Marc 'BlackJack' Rintsch wrote:

> This can be written more straigth forward as ``100**155`` or ``pow(100,
> 155)``.  No need for `eval()`\ing a string.

But how else can the OP get an order of magnitude slow-down on an 
operation that is slow in the first place?

*wink*



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

Reply via email to