diff options
Diffstat (limited to 'python/problems/while_and_if')
-rw-r--r-- | python/problems/while_and_if/checking_account/en.py | 5 | ||||
-rw-r--r-- | python/problems/while_and_if/consumers_anonymous/en.py | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/python/problems/while_and_if/checking_account/en.py b/python/problems/while_and_if/checking_account/en.py index 12ecf28..47633e8 100644 --- a/python/problems/while_and_if/checking_account/en.py +++ b/python/problems/while_and_if/checking_account/en.py @@ -1,7 +1,8 @@ # coding=utf-8 -name = 'Checking Account' -slug = 'Checking Account' +id = 199 +name = 'Checking account' +slug = 'Checking account' description = '''\ <p>(translation missing)</p>''' diff --git a/python/problems/while_and_if/consumers_anonymous/en.py b/python/problems/while_and_if/consumers_anonymous/en.py index 49fe465..9691ac2 100644 --- a/python/problems/while_and_if/consumers_anonymous/en.py +++ b/python/problems/while_and_if/consumers_anonymous/en.py @@ -2,8 +2,9 @@ import server mod = server.problems.load_language('python', 'sl') -name = 'Consumers Anonymous' -slug = 'Consumers Anonymous' +id = 201 +name = 'Consumers anonymous' +slug = 'Consumers anonymous' description = '''\ <p>(translation missing)</p>''' |