From 2f9730ef664c2e61fd25abba8fcd1a335b9884c4 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 18 Sep 2015 14:04:04 +0200 Subject: Added general text of exceptions to sl.py Added Buy five problem. --- python/problems/while_and_if/buy_five/en.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 python/problems/while_and_if/buy_five/en.py (limited to 'python/problems/while_and_if/buy_five/en.py') diff --git a/python/problems/while_and_if/buy_five/en.py b/python/problems/while_and_if/buy_five/en.py new file mode 100644 index 0000000..b09ee17 --- /dev/null +++ b/python/problems/while_and_if/buy_five/en.py @@ -0,0 +1,16 @@ +# coding=utf-8 + +id = 185 +name = '(translation missing)' +slug = '(translation missing)' + +description = '''\ +

(translation missing)

''' + +hint = { + 'plan': '''\ +

(translation missing)

''', + + 'no_input_call': '''\ +

(translation missing)

''', +} -- cgit v1.2.1