give me advice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

give me advice

https://www.sololearn.com/coach/1020?ref=app I have a problem with this code I am a beginner 🤗🙏 https://code.sololearn.com/c5g86XoOgj7n/?ref=app

8th Jul 2021, 3:50 PM
mazen mohamed
mazen mohamed - avatar
2 Answers
+ 2
Just see this code 👇 weight=int(input()) height=float(input()) bmi=weight/(height)**2 if bmi<18.5: print("Underweight") elif bmi>=18.5 and bmi<25: print("Normal") elif bmi>=25 and bmi<30: print("Overweight") else: print("Obesity")
8th Jul 2021, 4:09 PM
Sâñtôsh
Sâñtôsh - avatar
+ 1
Thanks 😊🙏
8th Jul 2021, 4:11 PM
mazen mohamed
mazen mohamed - avatar