summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if
AgeCommit message (Collapse)Author
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-29Small corrections to text; mostly changing plural form to singular.Martin
2015-09-29Added three problems to while and if section.Martin
2015-09-28Fixed errors in top shop problem.Martin
2015-09-24Added sl.py files to groups.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.