summaryrefslogtreecommitdiff
path: root/python/problems/introduction/average/common.py
AgeCommit message (Collapse)Author
2016-10-06Python: add support for auxiliary code (like for Prolog)Timotej Lazar
2016-04-25Remove file encoding comments from python filesTimotej Lazar
UTF-8 is the default.
2015-10-12Remove group attribute from problem common.py filesTimotej Lazar
2015-10-07Added final hint to average problem.Martin
2015-10-05Added problem divisors.Martin
Some small bug fixes.
2015-10-02Removed unnecessary HintSequences.Martin
2015-09-24Finished the first version of introduction section.Martin
2015-09-22Update test functions for existing problemsTimotej Lazar
The test function is now expected to return a boolean indicating whether the program is correct and a list of hint objects.
2015-09-15Added a new problem: AverageMartin