aayushi-droid / Python-Thunder

A curated list of Python applications
MIT License
86 stars 158 forks source link

[Problem] [Python] [Hacktoberfest] QuadraticEquation #348

Closed devaslooper closed 3 years ago

devaslooper commented 3 years ago

Problem statement: Create a function to find only the root value of x in any quadratic equation ax^2 + bx + c. The function will take three arguments:

kazoni commented 3 years ago

I'd be happy to take this one on.

devaslooper commented 3 years ago

@aayushi-droid Please assign