Simon Forman wrote:

>
> Do ','.join(clean) to make a single string with commas between the
> items in the set.  (If the items aren't all strings, you'll need to
> convert them to strings first.)
>

And if the items themselves could contain commas, or quote characters,
you might like to look at the csv module.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to