Функция прерывания не работает, если строка elif имеет значение true
#python #if-statement #while-loop #break Вопрос: start = input('Enter quadratic equation: ') w = start.split() while len(w) != 7: start = input('Enter quadratic equation correctly: ') w = start.split() while x…