This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" Answer a specific exercise of a programming contest. | |
This module contains all the code needed to answer a given exercise during a | |
programming contest. Due to its quick creation and the fact that it's probably | |
not following proper Python guidelines (as described in multiples PEP | |
documents), it shouldn't be used in production. | |
This program is free software: you can redistribute it and/or modify it under | |
the terms of the GNU General Public License as published by the Free Software | |
Foundation, either version 3 of the License, or (at your option) any later |