What? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
24th Aug 2021, 7:31 PM
Munchlax Kid
Munchlax Kid - avatar
3 Answers
+ 2
weight = int(input()) height = float(input()) calc = weight/(height**2) if calc<18.5: print("Underweight") elif calc>=18.5 and calc<25: print("Normal") elif calc>=25 and calc<30: print("Overweight") else: print("Obesity")
24th Aug 2021, 10:12 PM
SoloProg
SoloProg - avatar
+ 5
Munchlax Kid , to get useful help from the community,  we need to see your attempt first. without having seen your code, it is difficult to find out where the issue is. => please put your code in playground and link it here thanks!
24th Aug 2021, 7:47 PM
Lothar
Lothar - avatar
0
Idk, maybe 42
24th Aug 2021, 7:39 PM
Angelo
Angelo - avatar