code05N001, step1 - issues with content

Task 7, when calling the function , print should be included as well

task 12
The Bmi are in correct for normal. it should be 18.5 <= bmi 24.9. not 26

the return function should be at the end, after the if statement. If the hint is like this, it might be confusing to first-time learners.

The hint is confusing a little bit.
Print a needs brackets

Task 13, the questions asks to print range(b,a) or print range(a,b) but this is not done in the hint. But both codes do not result in the range being printed.
image

The output:
image