[SciPy-user] fsolve help

David Grant davidgrant at gmail.com
Mon Jul 17 20:22:29 EDT 2006


On 7/14/06, David M. Cooke <cookedm at physics.mcmaster.ca> wrote:
>
> > What exactly does that do? What is __future__ all about?
>
> There's also the fun 'from __future__ import braces' to try to use { }
> for blocks instead of indentation. (Try it in the interpreter.)



This doesn't work for some reason.

>>> from __future__ import braces
  File "<stdin>", line 1
SyntaxError: not a chance
>>> from __future__ import division
>>> 5/6
0.83333333333333337

-- 
David Grant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20060717/694bacc5/attachment.html>


More information about the SciPy-User mailing list