diff options
Diffstat (limited to 'python/problems/functions/body_mass_index_2')
-rw-r--r-- | python/problems/functions/body_mass_index_2/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/functions/body_mass_index_2/common.py b/python/problems/functions/body_mass_index_2/common.py index a88ad1c..c6cf2b3 100644 --- a/python/problems/functions/body_mass_index_2/common.py +++ b/python/problems/functions/body_mass_index_2/common.py @@ -6,7 +6,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 227 -group = 'functions' number = 6 visible = True |