How to convert a list of strings into a list of variables

noydb jenn.duerr at gmail.com
Thu Aug 18 10:57:52 EDT 2011


How would you convert a list of strings into a list of variables using
the same name of the strings?

So, ["red", "one", "maple"] into [red, one, maple]

Thanks for any help!



More information about the Python-list mailing list