Re: import math error

2014-11-16 Thread Ian Kelly
On Sun, Nov 16, 2014 at 1:07 PM, ryguy7272 wrote: > When I type 'import math', it seems like my Python recognizes this library. > Great. When I try to run the following script, I get an error, which > suggests (to me) the math library is not working correctly. > > Script: > import math > def m

Re: import math error

2014-11-16 Thread Mayank Tripathi
Why the colon in '(1,1,2)'? On Mon Nov 17 2014 at 1:41:10 AM ryguy7272 wrote: > When I type 'import math', it seems like my Python recognizes this > library. Great. When I try to run the following script, I get an error, > which suggests (to me) the math library is not working correctly. > > S