""" def giaPTBac2(a, b, c): # check the coefficients if (a == 0): if (b == 0): print("Equation has no solution!"); else: print("Equation has one solution: x ...