Daneshwar Savadi’s Post

🚀 Day 4/100 – Python Today I worked on solving a Quadratic Equation using Python. Instead of just writing code, I focused on understanding the logic behind it. Equation: ax² + bx + c = 0 Key learning from today: ✔ How to convert mathematical formulas into code ✔ Understanding the role of the discriminant (b² - 4ac) ✔ How different values of the discriminant affect the result ✔ Handling edge cases like negative values (using cmath) #100DaysOfCode #Python #ProblemSolving #LearningInPublic

  • text

To view or add a comment, sign in

Explore content categories