diff options
Diffstat (limited to 'python/problems/while_and_if/checking_account')
-rw-r--r-- | python/problems/while_and_if/checking_account/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/while_and_if/checking_account/en.py b/python/problems/while_and_if/checking_account/en.py index f583fd8..1d36474 100644 --- a/python/problems/while_and_if/checking_account/en.py +++ b/python/problems/while_and_if/checking_account/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 199 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Checking Account' +slug = 'Checking Account' description = '''\ <p>(translation missing)</p>''' |