Statistics via data, iterators, strings, functions with Python
Module 4. Hello again. Today, we are learning more about using Python math libraries and loops. Problem 1: Roots In this exercise, I used Python to solve a quadratic equation by applying the well-known formula from algebra. What made it especially fun was seeing how easily Python’s built-in math library handled the heavy lifting. From […]