表达式求和

a=5
b=8
c=3
m=pow(pow(b,2)-4*a*c,0.5)
x=(-b+m)/2/a
print("{}".format(x))

 

posted @ 2020-03-28 22:36  liuchun玲  阅读(339)  评论(0编辑  收藏  举报