This repository houses the solutions to CODE2040's coding challenges for prospective Fellows.
The challenge consists of 4 stages. I will implement the solutions in Python.
Let's get to it!
... Done!
I had no previous experience using JSON in Python before these challenges. I had to read the docs, of course! I also thought the stage4 challenge was very cool. It did, indeed, require some head scratching! I read up on the ISO 8601 standard, which was interesting. All in all, I had a good time with these challenges!
For stage4.py, I used the following: "Easy way to add n seconds to a datetime time"