+ 1
Can quadratic equations be solved in Python?
Quadratic Equations
3 Answers
+ 2
Of course. Search for relevant codes in the Code Playground.
+ 1
Ya we can surely solve the quadractic equation...by using the correct brackets
0
- An equation exists to solve that problem (Quadratic Formula)
- Operators used in that equation are available in Python (+, *, /, etc)
Therefore... Yes, you can.
Express the Quadratic Formula in the Python code.