On Wed, Jan 12, 2005 at 10:15:34AM -0500, Jane wrote:
> [...] Some people have too much time on their hands...

OMG, PyPy is full of evil, too!!!1

print sum([ord(x) for x in "PyPy!!!!!!!!"])

or, if you haven't upgraded to 2.4, yet:

import operator
print reduce(operator.add, [ord(x) for x in "PyPy!!!!!!!!"])

-- Gerhard

Attachment: signature.asc
Description: Digital signature

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

Reply via email to