Re: Quadratic equation

2009-03-13 Thread Benjamin Kaplan
On Fri, Mar 13, 2009 at 5:01 PM, Daniel Sidorowicz wrote: > For instructions open file named README > Enter control-C to quit > Traceback (most recent call last): > File "main.py", line 57, in > main() > File "main.py", line 16, in main > S = L.split() > AttributeError: 'list' object

Re: Quadratic equation

2009-03-13 Thread Benjamin Kaplan
On Fri, Mar 13, 2009 at 4:06 PM, Daniel Sidorowicz wrote: > Hello I need some hello I need some help with a programingproject, I'm > fairly new to programming so I do find it slightly confusing. > > Here is my code for my main function which > passes my variable from a text file, > however when i

Quadratic equation

2009-03-13 Thread Daniel Sidorowicz
Hello I need some hello I need some help with a programingproject, I'm fairly new to programming so I do find it slightly confusing. Here is my code for my main function which passes my variable from a text file, however when i run it I get the error code: import math import quadroot def main():