summaryrefslogtreecommitdiff
path: root/python/problems/functions/body_mass_index_2/en.py
blob: 7dd5a43fa89e6f0d6e6da4a6dab168f32fa5c4a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name = 'Body mass index 2'
slug = 'Body mass index 2'

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

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

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