Printing variable names

Mike mike at odyne.com
Sun Jan 18 14:22:08 EST 2004


mylist = [a, b, c]

I want to print out the names of the variables in mylist (not the
values of a, b, and c).  How do I go about doing this.  Thanks.

Mike



More information about the Python-list mailing list