I just started using python a week ago although I have some background in C++. I\'m just making some simple user defined functions. Code is below.
def quad
Like David Robinson said in his comment, I think the function will run correctly if you enter
quadratic.quads()
This runs it as a function, as all functions have the two parentheses. Without it, it would be considered a variable in a class.