summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/contains_42/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-22 10:37:24 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-22 10:37:24 +0200
commit0d45ae47238808ac4659a81c7dc94aba88c810f5 (patch)
treee000a3e8ae8bdce7b098a119bf6f234cfaa0e228 /python/problems/lists_and_for/contains_42/en.py
parent517d9c7694208cc19f446d050258af134d652da8 (diff)
Added first two problems of Lists and For section.
Diffstat (limited to 'python/problems/lists_and_for/contains_42/en.py')
-rw-r--r--python/problems/lists_and_for/contains_42/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/lists_and_for/contains_42/en.py b/python/problems/lists_and_for/contains_42/en.py
new file mode 100644
index 0000000..878e4ca
--- /dev/null
+++ b/python/problems/lists_and_for/contains_42/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 193
+name = '(translation missing)'
+slug = '(translation missing)'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}