On Jan 28, 1:25 am, "lee" <libi...@gmail. comwrote:
what are the things that we can do with import from future usage.....i
heard its very interesting.... ..thanks
Now that nested_scopes and generators are no longer optional, the only
thing left is "from __future__ import division", which makes the "/"
operator on integers give the same result as for floats.
In <1170049392.204 148.54430@a34g2 000cwb.googlegr oups.com>, Dan Bishop
wrote:
Now that nested_scopes and generators are no longer optional, the only
thing left is "from __future__ import division", which makes the "/"
operator on integers give the same result as for floats.
In <1170049392.204 148.54430@a34g2 000cwb.googlegr oups.com>, Dan Bishop
wrote:
>
>Now that nested_scopes and generators are no longer optional, the only
>thing left is "from __future__ import division", which makes the "/"
>operator on integers give the same result as for floats.
Comment