You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python code that solves four 2nd degree equations. It uses the Bhaskara formula to solve all equations with one command, giving the results x1 and x2.