has anyone got the code solution to Task 10 of Python Control Flow: Medical Insurance Project? codecademy.com/paths/data-science/tracks/dscp-python-fundamentals/modules/dscp-python-control-flow/projects/ds-python-controlflow-project
the instructions are:
- Use
try
andexcept
statements to build error control into your code. - In your
analyze_bmi()
function, notify the individual how much they need to lower their BMI to bring it to a normal weight range. - Create a new function or code block that utilizes control flow in some way – feel free to experiment!