so this is the actual code?
[4]:import array
[5]:def f7(list):
.5.: return array.array('B', list).tostring()
.5.:
[6]:f7([97, 98, 99])
Output on the screen:
[6]:'abc'- Hide quoted text -
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
