Hello all, I have a list of integers:
q = [ 1, 2, 4, 7, 9 ] which I would like to convert to a string: "1,2,4,7,9" This is *very* easy to do with a simple while loop.. But I suspect that there is a more elegant way to do it in Python. Is there? If so: How? -- http://mail.python.org/mailman/listinfo/python-list