Fraction converter
This week we built a simple python program to convert a fraction to a decimal number
We created a small function to do the division of the numbers
We then get user input to type in a numerator and a denominator number
Check out the full code below in my GitHub page