summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/every_third/en.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/problems/lists_and_for/every_third/en.py')
-rw-r--r--python/problems/lists_and_for/every_third/en.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/problems/lists_and_for/every_third/en.py b/python/problems/lists_and_for/every_third/en.py
new file mode 100644
index 0000000..e7c843e
--- /dev/null
+++ b/python/problems/lists_and_for/every_third/en.py
@@ -0,0 +1,16 @@
+# coding=utf-8
+
+id = 220
+name = 'Every third'
+slug = 'Every third'
+
+description = '''\
+<p>(translation missing)</p>'''
+
+hint = {
+ 'plan': '''\
+<p>(translation missing)</p>''',
+
+ 'no_input_call': '''\
+<p>(translation missing)</p>''',
+}