summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/minimax/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-29 10:05:55 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-29 10:05:55 +0200
commitd06dade8c75dfa5aceacaf1a1b47f61c5fef31c4 (patch)
treee8fd42d9569788d06726690eb37012a8a8bd667f /python/problems/while_and_if/minimax/en.py
parentfc7d6323fbdb776cfdba3cd58dc14048c39b8078 (diff)
Added three problems to while and if section.
Diffstat (limited to 'python/problems/while_and_if/minimax/en.py')
-rw-r--r--python/problems/while_and_if/minimax/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/while_and_if/minimax/en.py b/python/problems/while_and_if/minimax/en.py
new file mode 100644
index 0000000..0c86f5f
--- /dev/null
+++ b/python/problems/while_and_if/minimax/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 200
+name = '(translation missing)'
+slug = '(translation missing)'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}