How do I unpack a tuple

Viewed 28

I have a problem that looks something like this, but I am not sure how to make coefficients mean a,b,c. I don't know how I would implement that in python

#input tuple (a,b,c) coefficients
#output tuple roots (x_1, x_2) where x_1 >= x_2
def q (coefficients):
0 Answers
Related