a = float(input('Koeffisient a = ')) b = float(input('Koeffisient b = ')) c = float(input('Koeffisient c = ')) test = b*b - 4*a*c print('Kriteriet for minst en loesning tilfredsstilt?', (test >= 0))