<div dir="ltr">dear Jeanpierre,<div>sorry, no.</div><div>for >>>count1=3,</div><div>    var('count1') or var(str('count',1)) will output 3</div><div>in fact, it is even better to use libraries,<br>

</div><div style>and it was stupid to send the first email before trying an other way.</div><div style>sorry.</div><div><div class="gmail_extra"><br><div class="gmail_quote">2014/1/2 Devin Jeanpierre <span dir="ltr"><<a href="mailto:jeanpierreda@gmail.com" target="_blank">jeanpierreda@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Jan 2, 2014 at 3:57 AM, Liam Marsh <<a href="mailto:liam.marsh.home@gmail.com">liam.marsh.home@gmail.com</a>> wrote:<br>


> hello,here is my idea:<br>
> var():<br>
> input var name (str),<br>
> outputs var value<br>
> example:<br>
><br>
>>>>count1=1.34<br>
>>>>var('count',1)<br>
> 1.34<span style="color:rgb(34,34,34)"> </span></div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">>thank you and have a nice day!<br>


<br>
</div></div>This is underspecified. What should it do for this code?<br>
<br>
count = 3<br>
def foo():<br>
    print var('count', 1)<br>
foo()<br>
<br>
If the output is "1", then you're in luck and can already use<br>
vars().get('count', 1)<br>
<br>
Otherwise, I don't know a trivial one-liner to do it. Either way I'd<br>
be -1 on its inclusion in Python, it encourages a bad idiom.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Devin<br>
</font></span></blockquote></div><br></div></div></div>