summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/contains_42
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-26Corrected tests in for-loop problems.Martin Možina
Fixed some typos.
2015-10-12Remove group attribute from problem common.py filesTimotej Lazar
2015-10-08Remove unneeded id field from {en,sl}.py filesTimotej Lazar
2015-10-08Added final hints.Martin
2015-10-08Added final hint to contains_42.Martin
2015-10-05Added problem "counting".Martin
Some other small text corrections.
2015-10-02Removed unnecessary HintSequences.Martin
2015-09-29Added english descriptions.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-22Added first two problems of Lists and For section.Martin