My solutions to the Project Euler problems (found originally here, but also in freeCodeCamp) in Python 3.8.
In all solutions I tried to reach a function that could answer the same problem with different inputs, so the scripts are longer than necessary in some cases.