give me advice | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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