summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/top_shop/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-28 14:46:01 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-28 14:46:01 +0200
commitfc7d6323fbdb776cfdba3cd58dc14048c39b8078 (patch)
tree3d1adbae1789dcc9e44b48946d04a35fea128666 /python/problems/while_and_if/top_shop/en.py
parent770d195032b66f92a0b3578de09c32cfd875b03f (diff)
Fixed errors in top shop problem.
Diffstat (limited to 'python/problems/while_and_if/top_shop/en.py')
-rw-r--r--python/problems/while_and_if/top_shop/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/while_and_if/top_shop/en.py b/python/problems/while_and_if/top_shop/en.py
new file mode 100644
index 0000000..9dc9090
--- /dev/null
+++ b/python/problems/while_and_if/top_shop/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 198
+name = '(translation missing)'
+slug = '(translation missing)'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}