i want to join a unicode python list for example:
a = [u'00', u'0c', u'29', u'58', u'86', u'16']
and now i want a string of a that looks like this:
'00:0c:29:58:86:16'
How would i join this?
|
|
|
|||||||||
|
|
How about this:
|
||||
|
|