Code for 30th November 2019
Starting Instructions:
- Clone this repo
- Immediately copy
challenges.py
and rename it to your name (egtim.py
) - Git Add - Commit - Push
Then, inside your version of the code (eg tim.py
):
- Pick as many of the challenges as you want to do
- Read the instructions in the docstring carefully
- Implement a solution
- Remember that you need to return an answer; not just print it
When you've finished (or when the time is up):
- Git Commit - Push