summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/competition/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-21 15:54:27 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-21 15:54:27 +0200
commiteb93adb4a8b71ddf2272c6c13f645784497add9f (patch)
treec7174c6c2eef4ace094514aebbf82de83132d456 /python/problems/while_and_if/competition/en.py
parentb202e2d5007ca9a53b4ffac4cc2224d647119dbc (diff)
Added problem "Competition"
Revised problem "Buy five"
Diffstat (limited to 'python/problems/while_and_if/competition/en.py')
-rw-r--r--python/problems/while_and_if/competition/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/while_and_if/competition/en.py b/python/problems/while_and_if/competition/en.py
new file mode 100644
index 0000000..b09ee17
--- /dev/null
+++ b/python/problems/while_and_if/competition/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>''',
+}