Project Euler 71 - Ordered Fractions

Official link: https://projecteuler.net/problem=71

Thought Process

Interactive Code

Input an integer (userinput)

Code will output the answer for d <= yourinput

It's a bit slow on python emulator, takes about ~1.5 seconds on my computer