Variables variable

Reinhold Birkenfeld reinhold-birkenfeld-nospam at wolke7.net
Tue Apr 19 09:21:27 EDT 2005


Adriano Monteiro wrote:
> Hi folks,
> 
> Someone know how to make variables variable like in PHP?
> It's something like this:
> 
> $a = 'hi'
> $$a = 'testing'
> echo $hi
> 'testing'

You are most certainly wanting to use dictionaries.

Or, if you work with attributes of an object, use getattr.

Reinhold



More information about the Python-list mailing list