On Sun, Jan 8, 2017 at 11:15 AM, Jack Harvey wrote:
> I'm starting out with Python 3.5. My current frustration is with:
>
>
math.sqrt(25)
> Traceback (most recent call last):
> File "", line 1, in
> math.sqrt(25)
> NameError: name 'math' is not defined
>
>
> Advice?
A lot of Pyt
I'm starting out with Python 3.5. My current frustration is with:
>>> math.sqrt(25)
Traceback (most recent call last):
File "", line 1, in
math.sqrt(25)
NameError: name 'math' is not defined
>>>
Advice?
Jack
--
https://mail.python.org/mailman/listinfo/python-list