本关的任务是让学习者掌握如何在 Python 函数中使用参数,并读入数据作为参数传入函数作为一元二次方程的系数,然后求解并返回该方程的解。
# coding:utf-8 from math import sqrt a = float(input()); b = float(input
京公网安备 11010502049817号