diff options
Diffstat (limited to 'python/problems/while_and_if/buy_five')
-rw-r--r-- | python/problems/while_and_if/buy_five/en.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/problems/while_and_if/buy_five/en.py b/python/problems/while_and_if/buy_five/en.py index b09ee17..7e522da 100644 --- a/python/problems/while_and_if/buy_five/en.py +++ b/python/problems/while_and_if/buy_five/en.py @@ -1,8 +1,8 @@ # coding=utf-8 id = 185 -name = '(translation missing)' -slug = '(translation missing)' +name = 'Buy five' +slug = 'Buy five' description = '''\ <p>(translation missing)</p>''' |