<div dir="ltr">On Sun, Aug 24, 2014 at 1:17 PM, Ian Kelly <<a href="mailto:ian.g.kelly@gmail.com">ian.g.kelly@gmail.com</a>> wrote:<br>><br>> On Sun, Aug 24, 2014 at 1:12 PM, Joshua Landau <<a href="mailto:joshua@landau.ws">joshua@landau.ws</a>> wrote:<br>

> > Is math not already imported by start-up?<br>><br>> Why would it be?<div><br></div><div>It's easy to check, by the way:</div><div><br></div><div><div>$ python -c "import sys; print(sys.modules['math'])"</div>

<div>Traceback (most recent call last):</div><div>  File "<string>", line 1, in <module></div><div>KeyError: 'math'</div></div></div>