summaryrefslogtreecommitdiff
path: root/python/problems/functions/greatest_negative/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
commitba4bee9a9a508eb1a686808241559b331f2d33ea (patch)
tree1e62fc15c369c6250fd8330306bbf85c5168a9d9 /python/problems/functions/greatest_negative/en.py
parentcb71b2083b2f87b2f0466577dbe3e11efe22410c (diff)
Added Greatest Negative problem.
Diffstat (limited to 'python/problems/functions/greatest_negative/en.py')
-rw-r--r--python/problems/functions/greatest_negative/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/functions/greatest_negative/en.py b/python/problems/functions/greatest_negative/en.py
new file mode 100644
index 0000000..92e5841
--- /dev/null
+++ b/python/problems/functions/greatest_negative/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 197
+name = '(translation missing)'
+slug = '(translation missing)'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}