Max M wrote:

 >>> ','.join(map(str, l))
'1,2,3,four'

Is this really that hard to do, that you want it in the library?

I think it's a sufficiently common use case that having to do that is a wart. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list

Reply via email to