Is there a Python module that already does this?

MDK mdk at mdk.com
Wed Feb 6 08:32:56 EST 2002


I need to convert a list into a list of characters.

For example:

("cat",5,['dog',[3,3,1]],"zoo")

Would become:

('c','a','t',5,'d','o','g',3,3,1,'z','o','o')

Any information would be appreciated.

Thanks





More information about the Python-list mailing list