summaryrefslogtreecommitdiff
path: root/python/problems/functions/body_mass_index_2/en.py
blob: b34718b1df412a3df287d38d4a4fd9ab6036c29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# coding=utf-8

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>''',
}