- 6
Solve this please
Python solve
4 RĂ©ponses
+ 6
Hi Md Ismail ,
Please give Full details of your questions and attach the code also .
As you are new,read the guidelines -
https://www.sololearn.com/discuss/1316935/?ref=app
Be as Bill ( Jan "Bill" Markus )
https://www.sololearn.com/post/1115272/?ref=app
+ 2
Md Ismail
Get help from here
https://www.sololearn.com/discuss/2687547/?ref=app
https://www.sololearn.com/discuss/2686011/?ref=app
https://www.sololearn.com/discuss/2776665/?ref=app
https://www.sololearn.com/discuss/2686254/?ref=app
https://www.sololearn.com/discuss/2788765/?ref=app
https://www.sololearn.com/discuss/2751953/?ref=app
https://www.sololearn.com/discuss/2795746/?ref=app
0
weight=52
height=1.9
d=(height*height)
e=(weight/d)
if e<18.5:print("under weight")
elif e>18.5 & e<25:print("normal weight")