On Fri, 4 Nov 2011, Max S. wrote:
Is it possible to create a variable with a string held by another variable in Python? For example,
It's possible, but in almost all cases where this comes up, the better approach is to use a dictionary.
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
