+ 1
BMI Calculator. What is the problem in this python code?
I don't know why i can't pass this test on solo learn. https://code.sololearn.com/cHwkkrc7UL9T/?ref=app
3 Answers
+ 7
Dhanush J.A ,
there is a typo: "Over weight" should be written in one word without a space.
+ 3
Dhanush J.A besides the typo, see what happens if bmi = 18.5, or more to the point, what does not happen.
+ 3
Now the problem solved. Thank you