Problem 1 of project Euler solved using three separate approaches in Python3. Once using iteration over all integers 0-1000, once using iteration over only multiples of 3 and 5, and once using ...