Python Exercises
Python Exercises - How to get the roots of the quadratic equation | python exercise #07
Quadratics or quadratic equations can be defined as a polynomial equation of a second degree, which implies that it c…
Quadratics or quadratic equations can be defined as a polynomial equation of a second degree, which implies that it c…
This is a simple Python program where you can convert the temperature which is in celsius to fahrenheit. In order to d…
Write a program to calculate the value of an investment for 10 years in the future : This is a python program to calc…
This is a python program that calculates the average of 2 exam grades of a student. The program will work in the follow…
Here, we will create a Calculator in Python using functions. If you missed the first exercise in this series, I'll …