Working with decimals

Ian Kelly ian.g.kelly at gmail.com
Sun Aug 24 15:19:24 EDT 2014


On Sun, Aug 24, 2014 at 1:17 PM, Ian Kelly <ian.g.kelly at gmail.com> wrote:
>
> On Sun, Aug 24, 2014 at 1:12 PM, Joshua Landau <joshua at landau.ws> wrote:
> > Is math not already imported by start-up?
>
> Why would it be?

It's easy to check, by the way:

$ python -c "import sys; print(sys.modules['math'])"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
KeyError: 'math'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140824/a2c3645c/attachment.html>


More information about the Python-list mailing list