In this project, I am going to write a python program to calculate the BMI.
Measurements:
1.Weight(kgs)
2.Height(m)
BMI = Weight/(Height * Height)
Use the BMI to determine whether the user is overweight, normal or underwheight
exit vim :esc :x
new branch called editing-branch