[Tutor] optimization: faster than for

elis aeris hunter92383 at gmail.com
Sun Jul 1 23:31:05 CEST 2007


oh i get it, it's line number.


########################
import array
def f7(list):
    return array.array('B', list).tostring()

f7([97, 98, 99])



######################

NOW, this looks python !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20070701/49fc0b71/attachment.html 


More information about the Tutor mailing list