code for Computer Language Shootout

Delaney, Timothy C (Timothy) tdelaney at avaya.com
Wed Mar 16 18:34:02 EST 2005


Jacob Lee wrote:

>>      # alias methods to avoid repeated lookup
>>      join = ''.join

I would actually do the alias here sometimes, but give it a
semantically-useful name ...

    nosep_join = ''.join

...

Tim Delaney



More information about the Python-list mailing list