List to STR to List

Larry ld at nospam.com
Sun Jul 14 16:29:13 EDT 2002


I can convert a list to a string as follows:

List1 = [1,2,3]
String1 = str(L1)

Is there now a way to convert my String1 variable back into a list???





More information about the Python-list mailing list