summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/counting/en.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-10-05 11:57:31 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-10-05 11:57:31 +0200
commite63627ad942a7d2c9eebb86f15c96191e7408eb8 (patch)
tree84e7bc342d8a534ed23e81e1bc5699184be18013 /python/problems/lists_and_for/counting/en.py
parent6bda47fb45788f7464b7846bc58d7b90cc65240f (diff)
Added problem "counting".
Some other small text corrections.
Diffstat (limited to 'python/problems/lists_and_for/counting/en.py')
-rw-r--r--python/problems/lists_and_for/counting/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/lists_and_for/counting/en.py b/python/problems/lists_and_for/counting/en.py
new file mode 100644
index 0000000..805b37c
--- /dev/null
+++ b/python/problems/lists_and_for/counting/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 193
+name = 'Contains 42'
+slug = 'Contains 42'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}