566316396-BMI-Calculator-Python-Project 230123 225 230126 095848
566316396-BMI-Calculator-Python-Project 230123 225 230126 095848
Date:
Place:
______________________ ______________________
Signature of external teacher. Signature of Subject teacher
Acknowledgement
I would like to thank Sh. Mukesh Kumar, Principal Kendriya Vidyalaya Tagore
Garden.
Finally, I would like to wind up by paying my heartfelt thanks to all my near and
dear ones.
INDEX
2 Implementation 6
3 Features 7
4 Project Code 8
5 Input-Output Screens 12
6 Conclusions 18
7 Future Enhancement 19
INTRODUCTION
1. Calculate BMI
2. Check Health Status
PROJECT CODE
height = float(input("Enter your height in centimetres (cms) "))
if BMI > 0:
if BMI <= 16:
print("You are severley underweight")
else:
print("You are severley overweight")
else:
print("Please enter correct values")
SCREENSHOTS
CONCLUSION