<div class="gmail_quote">On Thu, Dec 8, 2011 at 3:17 PM, Catherine Moroney <span dir="ltr"><<a href="mailto:Catherine.M.Moroney@jpl.nasa.gov">Catherine.M.Moroney@jpl.nasa.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Is there some way to rewrite the code above so the change of "a" from<br>
1.0 to 100.0 is reflected in the dictionary.  I would like to use<br>
simple datatypes such as floats, rather than numpy arrays or classes.<br></blockquote></div><br>No, there is not.  You would need to use a mutable data type, and float is not mutable (neither are ints or strings).<br><br>
-- <br>Jerry<br>