Re: Error with math.sqrt

2017-01-07 Thread Chris Angelico
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

Error with math.sqrt

2017-01-07 Thread Jack Harvey
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