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!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to