python:求解一元二次方程 工具:spyder3 环境:Windows10、python3.6 目的:对基本数据类型、输入输出进行基础复习 #coding=utf8 import math a=int(input("请输入a:")); b=int(input("请输入b:"))