summaryrefslogtreecommitdiff
path: root/python/problems/lists_and_for/contains_42/en.py
blob: 8033c24d39d0569006967e093c12ba9b60d8bb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = 'Contains 42'
slug = 'Contains 42'

description = '''\
<p>(translation missing)</p>'''

hint = {
    'plan': '''\
<p>(translation missing)</p>''',

    'no_input_call': '''\
<p>(translation missing)</p>''',
}