Quadratic formula is not working half the time?

前端 未结 0 1000
南笙
南笙 2021-02-03 19:50

I have made a quadratic formula in python, it looks like this:

import math
a, b, c = input("Enter a, b and c: ").split()
a, b, c = int(a), int(b), int(c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题