Discuss / Python / LuCheng作业

LuCheng作业

Topic source

毛球的毛

#1 Created at ... [Delete] [Delete and Lock User]
m=abs(b**2-4*a*c)
p_1=(-b+math.sqrt(m))/(2*a)
p_2=(-b-math.sqrt(m))/(2*a)
return p_1,p_2

  • 1

Reply