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 !
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to