summaryrefslogtreecommitdiff
path: root/python/problems/while_and_if/buy_five/en.py
blob: dd0b237bf6f6d7f6316b3f3759c41067bc6ff3a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = 'Buy five'
slug = 'Buy five'

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

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

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