Advent of code 2017 (proposed solutions)

Description

Proposed solutions in Python to adventofcode.com/2017 using the Python standard library and pytest for testing

Requirements

This is necessary only if you want to run tests

pip install -r requirements.txt

To run tests:

pytest file_name.py

or with -v option to get some extra info.