Hi Everybody,<br><br>&nbsp;&nbsp;&nbsp;&nbsp; Is there a way to do variables of variables in python. For example in perl:<br><br>$foo = &#39;bar&#39;<br>$$foo = &#39;5&#39;<br><br>and $bar will have a value of 5. I have been search high and low for a simple way to do this in python?
<br><br>-Thanks,<br>Tino<br><br>