summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/buy_five/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-02Removed unnecessary HintSequences.Martin
2015-09-24Added to test function so that problematic test cases are returned.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-21Added problem "Competition"Martin
Revised problem "Buy five"
2015-09-18Added general text of exceptions to sl.pyMartin
Added Buy five problem.