On Thu, Aug 18, 2011 at 10:57 AM, noydb <jenn.du...@gmail.com> wrote: > 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] Why would you want to? -- http://mail.python.org/mailman/listinfo/python-list
- How to convert a list of strings into a list of variables noydb
- Re: How to convert a list of strings into a list of v... David Robinow
- Re: How to convert a list of strings into a list of v... noydb
- Re: How to convert a list of strings into a list of v... John Gordon
- Re: How to convert a list of strings into a list of v... Kingsley Adio
- Re: How to convert a list of strings into a list of v... Roy Smith