In this post I am making a simple prime checker. The user will input a number and the code outputs if the number is a prime or not.
Read More »
In this post I am making a simple prime checker. The user will input a number and the code outputs if the number is a prime or not.
Read More »
In this post I would be writing a guide on how to make a quadratic equation solver where you input a,b and c into the equation:

In this post I would be writing a guide on how to make a basic simultaneous equation solver in python. It is designed to solve 2 linear simultaneous equations with 2 unknowns.
Read More »