summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/buy_five/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-18 14:04:04 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-18 14:04:04 +0200
commit2f9730ef664c2e61fd25abba8fcd1a335b9884c4 (patch)
treec3a9601fd9d6828ae579c87ba42d784a2c769a28 /python/problems/while_and_if/buy_five/en.py
parent5aca8a1a9bcc539957e3eee339ea5b72e27e5c7f (diff)
Added general text of exceptions to sl.py
Added Buy five problem.
Diffstat (limited to 'python/problems/while_and_if/buy_five/en.py')
-rw-r--r--python/problems/while_and_if/buy_five/en.py16
1 files changed, 16 insertions, 0 deletions
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 = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}