diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-05 17:45:57 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-05 17:45:57 +0200 |
commit | 8b11dd461c6d13afa852619b213b310e5b74181b (patch) | |
tree | ac1cc8c6e6d7f38cfd6c425d80422f8c85efb8b3 /python/problems/lists_and_for/counting | |
parent | e63627ad942a7d2c9eebb86f15c96191e7408eb8 (diff) |
Added problem divisors.
Some small bug fixes.
Diffstat (limited to 'python/problems/lists_and_for/counting')
-rw-r--r-- | python/problems/lists_and_for/counting/en.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/problems/lists_and_for/counting/en.py b/python/problems/lists_and_for/counting/en.py index 805b37c..19568e3 100644 --- a/python/problems/lists_and_for/counting/en.py +++ b/python/problems/lists_and_for/counting/en.py @@ -1,8 +1,8 @@ # coding=utf-8 -id = 193 -name = 'Contains 42' -slug = 'Contains 42' +id = 203 +name = 'Counting' +slug = 'Counting' description = '''\ <p>(translation missing)</p>''' |